Html Css Color HEX #853602 Saddle Brown

📋 copy color: '#853602'

red 133 ◦ green 54 ◦ blue 2

#853602
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle Brown #853602

Tints of Saddle Brown #853602

RGB

 RED value IS 133 (52.34% from 255) = 70.37%

 GREEN value IS 54 (21.48% from 255) = 28.57%

 BLUE value IS 2 (1.17% from 255) = 1.06%

R = 70.37%
G = 28.57%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#853602 (or 0x853602) is known color: Saddle Brown. HEX triplet: 85, 36 and 02. RGB value is (133,54,2). Sum of RGB (Red+Green+Blue) = 133+54+2=189 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70.37% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 133 - color contains mainly: red. Hex color #853602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853602 is #7AC9FD. Grayscale: #474747. Windows color (decimal): -8047102 or 145029. OLE color: 145029.

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

Color convert

RGB 133 54 2 -
CMYK 0 0.59 0.98 0.48
HSL 23.82º 0.97% 0.26% -
HSV(B) 23.82º 0.98% 0.52% -
XYZ 11 7.63 0.95 -
YUV 71.69 88.67 171.73 -
System Red Green Blue C M Y K H S L
Decimal 133 54 2 0 0.59 0.98 0.48 23.82 0.97 0.26
Hex 85 36 2 0 3B 62 30 18 61 1A
Octal 205 66 2 0 73 142 60 30 141 32
Binary 10000101 110110 10 0 111011 1100010 110000 11000 1100001 11010

Color Harmonies of #853602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853602

Black with #853602

Text Example


Text Example

White with #853602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853602; }

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

 H1.HeaderClassName
 {
   color: #853602;
 }
 .AnyTagClassName
 {
   color: #853602;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #853602;
 }
 .BgClassName
 {
   background-color: #853602;
 }
</style>

border-color css

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

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

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