#852E01

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

Shades of Saddle Brown #852E01

Tints of Saddle Brown #852E01

Color information

#852E01 (or 0x852E01) is unknown color: approx Saddle Brown. HEX triplet: 85, 2E and 01. RGB value is (133,46,1). Sum of RGB (Red+Green+Blue) = 133+46+1=180 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.89% from 180); Green value is 46 (18.36% from 255 or 25.56% from 180); Blue value is 1 (0.78% from 255 or 0.56% from 180); Max value from RGB is 133 - color contains mainly: red. Hex color #852E01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852E01 is #7AD1FE. Grayscale: #434343. Windows color (decimal): -8049151 or 77445. OLE color: 77445.

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

Color convert

RGB133461-
CMYK00.650.990.48
HSL20.45º98.51%26.27%-
HSV(B)20.45º99.25%52.16%-
XYZ10.666.940.81-
YUV66.8890.82175.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 73.89%
GREEN value IS 46 (18.36% from 255) = 25.56%
BLUE value IS 1 (0.78% from 255) = 0.56%
R=73.89%
G=25.56%
B=0.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.99
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13346100.650.990.4820.4598.5126.27
Hex852E1041633014631a
Octal2055610101143602414332
Binary10000101101110101000001110001111000010100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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