#852C02

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

Shades of Saddle Brown #852C02

Tints of Saddle Brown #852C02

Color information

#852C02 (or 0x852C02) is unknown color: approx Saddle Brown. HEX triplet: 85, 2C and 02. RGB value is (133,44,2). Sum of RGB (Red+Green+Blue) = 133+44+2=179 (23% of max value = 765). Red value is 133 (52.34% from 255 or 74.30% from 179); Green value is 44 (17.58% from 255 or 24.58% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 133 - color contains mainly: red. Hex color #852C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852C02 is #7AD3FD. Grayscale: #424242. Windows color (decimal): -8049662 or 142469. OLE color: 142469.

HSL color Cylindrical-coordinate representation of color #852C02: hue angle of 19.24º 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 #852C02 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB133442-
CMYK00.670.980.48
HSL19.24º97.04%26.47%-
HSV(B)19.24º98.5%52.16%-
XYZ10.586.790.81-
YUV65.8291.99175.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 74.30%
GREEN value IS 44 (17.58% from 255) = 24.58%
BLUE value IS 2 (1.17% from 255) = 1.12%
R=74.30%
G=24.58%
B=1.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13344200.670.980.4819.2497.0426.47
Hex852C2043623013611a
Octal2055420103142602314132
Binary100001011011001001000011110001011000010011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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