#953815

Color #953815 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #953815

Tints of Saddle Brown #953815

Color information

#953815 (or 0x953815) is unknown color: approx Saddle Brown. HEX triplet: 95, 38 and 15. RGB value is (149,56,21). Sum of RGB (Red+Green+Blue) = 149+56+21=226 (29% of max value = 765). Red value is 149 (58.59% from 255 or 65.93% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 21 (8.59% from 255 or 9.29% from 226); Max value from RGB is 149 - color contains mainly: red. Hex color #953815 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953815 is #6AC7EA. Grayscale: #505050. Windows color (decimal): -6997995 or 1390741. OLE color: 1390741.

HSL color Cylindrical-coordinate representation of color #953815: hue angle of 16.41º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #953815 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB1495621-
CMYK00.620.860.42
HSL16.41º75.29%33.33%-
HSV(B)16.41º85.91%58.43%-
XYZ13.949.271.76-
YUV79.8294.81177.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 65.93%
GREEN value IS 56 (22.27% from 255) = 24.78%
BLUE value IS 21 (8.59% from 255) = 9.29%
R=65.93%
G=24.78%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149562100.620.860.4216.4175.2933.33
Hex95381503E562A104b21
Octal2257025076126522011341
Binary100101011110001010101111101010110101010100001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953815; }

 p { color: rgb(149,56,21); }

 H1.HeaderClassName
 {
   color: #953815;
 }
 .AnyTagClassName
 {
   color: #953815;
 }
</style>
background-color css

<style>
 a { background-color: #953815; }

 a { background-color: rgb(149,56,21); }

 div.DivClassName
 {
   background-color: #953815;
 }
 .BgClassName
 {
   background-color: #953815;
 }
</style>
border-color css

<style>
 span { border-color: #953815; }

 span { border-color: rgb(149,56,21); }

 td.TdClassName
 {
   border-color: #953815;
 }
 .TagClassName
 {
   border-color: #953815;
 }
</style>