#852E02

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

Shades of Saddle Brown #852E02

Tints of Saddle Brown #852E02

Color information

#852E02 (or 0x852E02) is unknown color: approx Saddle Brown. HEX triplet: 85, 2E and 02. RGB value is (133,46,2). Sum of RGB (Red+Green+Blue) = 133+46+2=181 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.48% from 181); Green value is 46 (18.36% from 255 or 25.41% from 181); Blue value is 2 (1.17% from 255 or 1.10% from 181); Max value from RGB is 133 - color contains mainly: red. Hex color #852E02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852E02 is #7AD1FD. Grayscale: #434343. Windows color (decimal): -8049150 or 142981. OLE color: 142981.

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

Color convert

RGB133462-
CMYK00.650.980.48
HSL20.15º97.04%26.47%-
HSV(B)20.15º98.5%52.16%-
XYZ10.666.940.84-
YUV6791.32175.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 73.48%
GREEN value IS 46 (18.36% from 255) = 25.41%
BLUE value IS 2 (1.17% from 255) = 1.10%
R=73.48%
G=25.41%
B=1.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13346200.650.980.4820.1597.0426.47
Hex852E2041623014611a
Octal2055620101142602414132
Binary100001011011101001000001110001011000010100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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