#952E08

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

Shades of Saddle Brown #952E08

Tints of Saddle Brown #952E08

Color information

#952E08 (or 0x952E08) is unknown color: approx Saddle Brown. HEX triplet: 95, 2E and 08. RGB value is (149,46,8). Sum of RGB (Red+Green+Blue) = 149+46+8=203 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.40% from 203); Green value is 46 (18.36% from 255 or 22.66% from 203); Blue value is 8 (3.52% from 255 or 3.94% from 203); Max value from RGB is 149 - color contains mainly: red. Hex color #952E08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952E08 is #6AD1F7. Grayscale: #484848. Windows color (decimal): -7000568 or 536213. OLE color: 536213.

HSL color Cylindrical-coordinate representation of color #952E08: hue angle of 16.17º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #952E08 is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB149468-
CMYK00.690.950.42
HSL16.17º89.81%30.78%-
HSV(B)16.17º94.63%58.43%-
XYZ13.428.361.14-
YUV72.4691.62182.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 73.40%
GREEN value IS 46 (18.36% from 255) = 22.66%
BLUE value IS 8 (3.52% from 255) = 3.94%
R=73.40%
G=22.66%
B=3.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14946800.690.950.4216.1789.8130.78
Hex952E80455F2A105a1f
Octal22556100105137522013237
Binary10010101101110100001000101101111110101010000101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952E08; }

 p { color: rgb(149,46,8); }

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

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

 a { background-color: rgb(149,46,8); }

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

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

 span { border-color: rgb(149,46,8); }

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