Html Css Color HEX #853716 Saddle Brown

📋 copy color: '#853716'

red 133 ◦ green 55 ◦ blue 22

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

Shades of Saddle Brown #853716

Tints of Saddle Brown #853716

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.19%

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

R = 63.33%
G = 26.19%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#853716 (or 0x853716) is known color: Saddle Brown. HEX triplet: 85, 37 and 16. RGB value is (133,55,22). Sum of RGB (Red+Green+Blue) = 133+55+22=210 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.33% from 210); Green value is 55 (21.88% from 255 or 26.19% from 210); Blue value is 22 (8.98% from 255 or 10.48% from 210); Max value from RGB is 133 - color contains mainly: red. Hex color #853716 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853716 is #7AC8E9. Grayscale: #4A4A4A. Windows color (decimal): -8046826 or 1456005. OLE color: 1456005.

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

Color convert

RGB 133 55 22 -
CMYK 0 0.59 0.83 0.48
HSL 17.84º 0.72% 0.3% -
HSV(B) 17.84º 0.83% 0.52% -
XYZ 11.18 7.78 1.67 -
YUV 74.56 98.34 169.68 -
System Red Green Blue C M Y K H S L
Decimal 133 55 22 0 0.59 0.83 0.48 17.84 0.72 0.3
Hex 85 37 16 0 3B 53 30 12 48 1E
Octal 205 67 26 0 73 123 60 22 110 36
Binary 10000101 110111 10110 0 111011 1010011 110000 10010 1001000 11110

Color Harmonies of #853716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853716

Black with #853716

Text Example


Text Example

White with #853716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853716; }

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

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

background-color css

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

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

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

border-color css

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

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

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