#95440B

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

Shades of Saddle Brown #95440B

Tints of Saddle Brown #95440B

Color information

#95440B (or 0x95440B) is unknown color: approx Saddle Brown. HEX triplet: 95, 44 and 0B. RGB value is (149,68,11). Sum of RGB (Red+Green+Blue) = 149+68+11=228 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.35% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 11 (4.69% from 255 or 4.82% from 228); Max value from RGB is 149 - color contains mainly: red. Hex color #95440B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95440B is #6ABBF4. Grayscale: #565656. Windows color (decimal): -6994933 or 738453. OLE color: 738453.

HSL color Cylindrical-coordinate representation of color #95440B: hue angle of 24.78º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #95440B is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB1496811-
CMYK00.540.930.42
HSL24.78º86.25%31.37%-
HSV(B)24.78º92.62%58.43%-
XYZ14.5210.551.59-
YUV85.7285.84173.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 65.35%
GREEN value IS 68 (26.95% from 255) = 29.82%
BLUE value IS 11 (4.69% from 255) = 4.82%
R=65.35%
G=29.82%
B=4.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149681100.540.930.4224.7886.2531.37
Hex9544B0365D2A19561f
Octal22510413066135523112637
Binary10010101100010010110110110101110110101011001101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95440B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95440B; }

 p { color: rgb(149,68,11); }

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

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

 a { background-color: rgb(149,68,11); }

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

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

 span { border-color: rgb(149,68,11); }

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