Html Css Color HEX #853302 Saddle Brown

📋 copy color: '#853302'

red 133 ◦ green 51 ◦ blue 2

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

Shades of Saddle Brown #853302

Tints of Saddle Brown #853302

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.42%

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

R = 71.51%
G = 27.42%
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

#853302 (or 0x853302) is known color: Saddle Brown. HEX triplet: 85, 33 and 02. RGB value is (133,51,2). Sum of RGB (Red+Green+Blue) = 133+51+2=186 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.51% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 2 (1.17% from 255 or 1.08% from 186); Max value from RGB is 133 - color contains mainly: red. Hex color #853302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853302 is #7ACCFD. Grayscale: #464646. Windows color (decimal): -8047870 or 144261. OLE color: 144261.

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

Color convert

RGB 133 51 2 -
CMYK 0 0.62 0.98 0.48
HSL 22.44º 0.97% 0.26% -
HSV(B) 22.44º 0.98% 0.52% -
XYZ 10.87 7.36 0.9 -
YUV 69.93 89.67 172.98 -
System Red Green Blue C M Y K H S L
Decimal 133 51 2 0 0.62 0.98 0.48 22.44 0.97 0.26
Hex 85 33 2 0 3E 62 30 16 61 1A
Octal 205 63 2 0 76 142 60 26 141 32
Binary 10000101 110011 10 0 111110 1100010 110000 10110 1100001 11010

Color Harmonies of #853302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853302

Black with #853302

Text Example


Text Example

White with #853302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853302; }

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

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

background-color css

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

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

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

border-color css

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

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

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