Html Css Color HEX #854211 Saddle Brown

📋 copy color: '#854211'

red 133 ◦ green 66 ◦ blue 17

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

Shades of Saddle Brown #854211

Tints of Saddle Brown #854211

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.56%

 BLUE value IS 17 (7.03% from 255) = 7.87%

R = 61.57%
G = 30.56%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#854211 (or 0x854211) is known color: Saddle Brown. HEX triplet: 85, 42 and 11. RGB value is (133,66,17). Sum of RGB (Red+Green+Blue) = 133+66+17=216 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.57% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 17 (7.03% from 255 or 7.87% from 216); Max value from RGB is 133 - color contains mainly: red. Hex color #854211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854211 is #7ABDEE. Grayscale: #505050. Windows color (decimal): -8044015 or 1131141. OLE color: 1131141.

HSL color Cylindrical-coordinate representation of color #854211: hue angle of 25.34º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #854211 is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 66 17 -
CMYK 0 0.50 0.87 0.48
HSL 25.34º 0.77% 0.29% -
HSV(B) 25.34º 0.87% 0.52% -
XYZ 11.72 8.92 1.63 -
YUV 80.45 92.2 165.48 -
System Red Green Blue C M Y K H S L
Decimal 133 66 17 0 0.50 0.87 0.48 25.34 0.77 0.29
Hex 85 42 11 0 32 57 30 19 4D 1D
Octal 205 102 21 0 62 127 60 31 115 35
Binary 10000101 1000010 10001 0 110010 1010111 110000 11001 1001101 11101

Color Harmonies of #854211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854211

Black with #854211

Text Example


Text Example

White with #854211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854211; }

 p { color: rgb(133,66,17); }

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

background-color css

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

 a { background-color: rgb(133,66,17); }

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

border-color css

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

 span { border-color: rgb(133,66,17); }

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