Html Css Color HEX #854213 Saddle Brown

📋 copy color: '#854213'

red 133 ◦ green 66 ◦ blue 19

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

Shades of Saddle Brown #854213

Tints of Saddle Brown #854213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.72%

R = 61.01%
G = 30.28%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#854213 (or 0x854213) is known color: Saddle Brown. HEX triplet: 85, 42 and 13. RGB value is (133,66,19). Sum of RGB (Red+Green+Blue) = 133+66+19=218 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.01% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 19 (7.81% from 255 or 8.72% from 218); Max value from RGB is 133 - color contains mainly: red. Hex color #854213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854213 is #7ABDEC. Grayscale: #505050. Windows color (decimal): -8044013 or 1262213. OLE color: 1262213.

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

Color convert

RGB 133 66 19 -
CMYK 0 0.50 0.86 0.48
HSL 24.74º 0.75% 0.3% -
HSV(B) 24.74º 0.86% 0.52% -
XYZ 11.74 8.93 1.72 -
YUV 80.68 93.2 165.32 -
System Red Green Blue C M Y K H S L
Decimal 133 66 19 0 0.50 0.86 0.48 24.74 0.75 0.3
Hex 85 42 13 0 32 56 30 19 4B 1E
Octal 205 102 23 0 62 126 60 31 113 36
Binary 10000101 1000010 10011 0 110010 1010110 110000 11001 1001011 11110

Color Harmonies of #854213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854213

Black with #854213

Text Example


Text Example

White with #854213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854213; }

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

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

background-color css

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

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

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

border-color css

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

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

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