Html Css Color HEX #853F16 Saddle Brown

📋 copy color: '#853F16'

red 133 ◦ green 63 ◦ blue 22

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

Shades of Saddle Brown #853F16

Tints of Saddle Brown #853F16

RGB

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

 GREEN value IS 63 (25% from 255) = 28.9%

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

R = 61.01%
G = 28.9%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#853F16 (or 0x853F16) is known color: Saddle Brown. HEX triplet: 85, 3F and 16. RGB value is (133,63,22). Sum of RGB (Red+Green+Blue) = 133+63+22=218 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.01% from 218); Green value is 63 (25% from 255 or 28.90% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 133 - color contains mainly: red. Hex color #853F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853F16 is #7AC0E9. Grayscale: #4F4F4F. Windows color (decimal): -8044778 or 1458053. OLE color: 1458053.

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

Color convert

RGB 133 63 22 -
CMYK 0 0.53 0.83 0.48
HSL 22.16º 0.72% 0.3% -
HSV(B) 22.16º 0.83% 0.52% -
XYZ 11.6 8.6 1.81 -
YUV 79.26 95.69 166.33 -
System Red Green Blue C M Y K H S L
Decimal 133 63 22 0 0.53 0.83 0.48 22.16 0.72 0.3
Hex 85 3F 16 0 35 53 30 16 48 1E
Octal 205 77 26 0 65 123 60 26 110 36
Binary 10000101 111111 10110 0 110101 1010011 110000 10110 1001000 11110

Color Harmonies of #853F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853F16

Black with #853F16

Text Example


Text Example

White with #853F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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