Html Css Color HEX #853D16 Saddle Brown

📋 copy color: '#853D16'

red 133 ◦ green 61 ◦ blue 22

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

Shades of Saddle Brown #853D16

Tints of Saddle Brown #853D16

RGB

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

 GREEN value IS 61 (24.22% from 255) = 28.24%

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

R = 61.57%
G = 28.24%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#853D16 (or 0x853D16) is known color: Saddle Brown. HEX triplet: 85, 3D and 16. RGB value is (133,61,22). Sum of RGB (Red+Green+Blue) = 133+61+22=216 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.57% from 216); Green value is 61 (24.22% from 255 or 28.24% from 216); Blue value is 22 (8.98% from 255 or 10.19% from 216); Max value from RGB is 133 - color contains mainly: red. Hex color #853D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853D16 is #7AC2E9. Grayscale: #4E4E4E. Windows color (decimal): -8045290 or 1457541. OLE color: 1457541.

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

Color convert

RGB 133 61 22 -
CMYK 0 0.54 0.83 0.48
HSL 21.08º 0.72% 0.3% -
HSV(B) 21.08º 0.83% 0.52% -
XYZ 11.49 8.38 1.77 -
YUV 78.08 96.35 167.17 -
System Red Green Blue C M Y K H S L
Decimal 133 61 22 0 0.54 0.83 0.48 21.08 0.72 0.3
Hex 85 3D 16 0 36 53 30 15 48 1E
Octal 205 75 26 0 66 123 60 25 110 36
Binary 10000101 111101 10110 0 110110 1010011 110000 10101 1001000 11110

Color Harmonies of #853D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853D16

Black with #853D16

Text Example


Text Example

White with #853D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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