Html Css Color HEX #853A16 Saddle Brown

📋 copy color: '#853A16'

red 133 ◦ green 58 ◦ blue 22

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

Shades of Saddle Brown #853A16

Tints of Saddle Brown #853A16

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.23%

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

R = 62.44%
G = 27.23%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#853A16 (or 0x853A16) is known color: Saddle Brown. HEX triplet: 85, 3A and 16. RGB value is (133,58,22). Sum of RGB (Red+Green+Blue) = 133+58+22=213 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.44% from 213); Green value is 58 (23.05% from 255 or 27.23% from 213); Blue value is 22 (8.98% from 255 or 10.33% from 213); Max value from RGB is 133 - color contains mainly: red. Hex color #853A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853A16 is #7AC5E9. Grayscale: #4C4C4C. Windows color (decimal): -8046058 or 1456773. OLE color: 1456773.

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

Color convert

RGB 133 58 22 -
CMYK 0 0.56 0.83 0.48
HSL 19.46º 0.72% 0.3% -
HSV(B) 19.46º 0.83% 0.52% -
XYZ 11.33 8.07 1.72 -
YUV 76.32 97.35 168.43 -
System Red Green Blue C M Y K H S L
Decimal 133 58 22 0 0.56 0.83 0.48 19.46 0.72 0.3
Hex 85 3A 16 0 38 53 30 13 48 1E
Octal 205 72 26 0 70 123 60 23 110 36
Binary 10000101 111010 10110 0 111000 1010011 110000 10011 1001000 11110

Color Harmonies of #853A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853A16

Black with #853A16

Text Example


Text Example

White with #853A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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