Html Css Color HEX #855213 Saddle Brown

📋 copy color: '#855213'

red 133 ◦ green 82 ◦ blue 19

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

Shades of Saddle Brown #855213

Tints of Saddle Brown #855213

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.04%

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

R = 56.84%
G = 35.04%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#855213 (or 0x855213) is known color: Saddle Brown. HEX triplet: 85, 52 and 13. RGB value is (133,82,19). Sum of RGB (Red+Green+Blue) = 133+82+19=234 (30% of max value = 765). Red value is 133 (52.34% from 255 or 56.84% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 133 - color contains mainly: red. Hex color #855213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855213 is #7AADEC. Grayscale: #5A5A5A. Windows color (decimal): -8039917 or 1266309. OLE color: 1266309.

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

Color convert

RGB 133 82 19 -
CMYK 0 0.38 0.86 0.48
HSL 33.16º 0.75% 0.3% -
HSV(B) 33.16º 0.86% 0.52% -
XYZ 12.81 11.07 2.08 -
YUV 90.07 87.9 158.62 -
System Red Green Blue C M Y K H S L
Decimal 133 82 19 0 0.38 0.86 0.48 33.16 0.75 0.3
Hex 85 52 13 0 26 56 30 21 4B 1E
Octal 205 122 23 0 46 126 60 41 113 36
Binary 10000101 1010010 10011 0 100110 1010110 110000 100001 1001011 11110

Color Harmonies of #855213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855213

Black with #855213

Text Example


Text Example

White with #855213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855213; }

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

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

background-color css

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

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

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

border-color css

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

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

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