Html Css Color HEX #853202 Saddle Brown

📋 copy color: '#853202'

red 133 ◦ green 50 ◦ blue 2

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

Shades of Saddle Brown #853202

Tints of Saddle Brown #853202

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.03%

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

R = 71.89%
G = 27.03%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#853202 (or 0x853202) is known color: Saddle Brown. HEX triplet: 85, 32 and 02. RGB value is (133,50,2). Sum of RGB (Red+Green+Blue) = 133+50+2=185 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.89% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 133 - color contains mainly: red. Hex color #853202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853202 is #7ACDFD. Grayscale: #454545. Windows color (decimal): -8048126 or 144005. OLE color: 144005.

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

Color convert

RGB 133 50 2 -
CMYK 0 0.62 0.98 0.48
HSL 21.98º 0.97% 0.26% -
HSV(B) 21.98º 0.98% 0.52% -
XYZ 10.82 7.27 0.89 -
YUV 69.35 90 173.4 -
System Red Green Blue C M Y K H S L
Decimal 133 50 2 0 0.62 0.98 0.48 21.98 0.97 0.26
Hex 85 32 2 0 3E 62 30 16 61 1A
Octal 205 62 2 0 76 142 60 26 141 32
Binary 10000101 110010 10 0 111110 1100010 110000 10110 1100001 11010

Color Harmonies of #853202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853202

Black with #853202

Text Example


Text Example

White with #853202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853202; }

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

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

background-color css

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

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

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

border-color css

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

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

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