#952E04

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

Shades of Saddle Brown #952E04

Tints of Saddle Brown #952E04

Color information

#952E04 (or 0x952E04) is unknown color: approx Saddle Brown. HEX triplet: 95, 2E and 04. RGB value is (149,46,4). Sum of RGB (Red+Green+Blue) = 149+46+4=199 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.87% from 199); Green value is 46 (18.36% from 255 or 23.12% from 199); Blue value is 4 (1.95% from 255 or 2.01% from 199); Max value from RGB is 149 - color contains mainly: red. Hex color #952E04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952E04 is #6AD1FB. Grayscale: #484848. Windows color (decimal): -7000572 or 274069. OLE color: 274069.

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

Color convert

RGB149464-
CMYK00.690.970.42
HSL17.38º94.77%30%-
HSV(B)17.38º97.32%58.43%-
XYZ13.398.351.02-
YUV72.0189.62182.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 74.87%
GREEN value IS 46 (18.36% from 255) = 23.12%
BLUE value IS 4 (1.95% from 255) = 2.01%
R=74.87%
G=23.12%
B=2.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14946400.690.970.4217.3894.7730
Hex952E4045612A115f1e
Octal2255640105141522113736
Binary1001010110111010001000101110000110101010001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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