Html Css Color HEX #854216 Saddle Brown

📋 copy color: '#854216'

red 133 ◦ green 66 ◦ blue 22

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

Shades of Saddle Brown #854216

Tints of Saddle Brown #854216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.95%

R = 60.18%
G = 29.86%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#854216 (or 0x854216) is known color: Saddle Brown. HEX triplet: 85, 42 and 16. RGB value is (133,66,22). Sum of RGB (Red+Green+Blue) = 133+66+22=221 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.18% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 22 (8.98% from 255 or 9.95% from 221); Max value from RGB is 133 - color contains mainly: red. Hex color #854216 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854216 is #7ABDE9. Grayscale: #515151. Windows color (decimal): -8044010 or 1458821. OLE color: 1458821.

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

Color convert

RGB 133 66 22 -
CMYK 0 0.50 0.83 0.48
HSL 23.78º 0.72% 0.3% -
HSV(B) 23.78º 0.83% 0.52% -
XYZ 11.77 8.94 1.86 -
YUV 81.02 94.7 165.08 -
System Red Green Blue C M Y K H S L
Decimal 133 66 22 0 0.50 0.83 0.48 23.78 0.72 0.3
Hex 85 42 16 0 32 53 30 18 48 1E
Octal 205 102 26 0 62 123 60 30 110 36
Binary 10000101 1000010 10110 0 110010 1010011 110000 11000 1001000 11110

Color Harmonies of #854216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854216

Black with #854216

Text Example


Text Example

White with #854216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854216; }

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

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

background-color css

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

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

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

border-color css

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

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

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