#852E05

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

Shades of Saddle Brown #852E05

Tints of Saddle Brown #852E05

Color information

#852E05 (or 0x852E05) is unknown color: approx Saddle Brown. HEX triplet: 85, 2E and 05. RGB value is (133,46,5). Sum of RGB (Red+Green+Blue) = 133+46+5=184 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.28% from 184); Green value is 46 (18.36% from 255 or 25% from 184); Blue value is 5 (2.34% from 255 or 2.72% from 184); Max value from RGB is 133 - color contains mainly: red. Hex color #852E05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852E05 is #7AD1FA. Grayscale: #434343. Windows color (decimal): -8049147 or 339589. OLE color: 339589.

HSL color Cylindrical-coordinate representation of color #852E05: hue angle of 19.22º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #852E05 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.48.

Color convert

RGB133465-
CMYK00.650.960.48
HSL19.22º92.75%27.06%-
HSV(B)19.22º96.24%52.16%-
XYZ10.686.950.92-
YUV67.3492.82174.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 72.28%
GREEN value IS 46 (18.36% from 255) = 25%
BLUE value IS 5 (2.34% from 255) = 2.72%
R=72.28%
G=25%
B=2.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.96
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13346500.650.960.4819.2292.7527.06
Hex852E50416030135d1b
Octal2055650101140602313533
Binary1000010110111010101000001110000011000010011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852E05; }

 p { color: rgb(133,46,5); }

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

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

 a { background-color: rgb(133,46,5); }

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

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

 span { border-color: rgb(133,46,5); }

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