Html Css Color HEX #853D14 Saddle Brown

📋 copy color: '#853D14'

red 133 ◦ green 61 ◦ blue 20

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

Shades of Saddle Brown #853D14

Tints of Saddle Brown #853D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.35%

R = 62.15%
G = 28.5%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#853D14 (or 0x853D14) is known color: Saddle Brown. HEX triplet: 85, 3D and 14. RGB value is (133,61,20). Sum of RGB (Red+Green+Blue) = 133+61+20=214 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.15% from 214); Green value is 61 (24.22% from 255 or 28.50% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 133 - color contains mainly: red. Hex color #853D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853D14 is #7AC2EB. Grayscale: #4E4E4E. Windows color (decimal): -8045292 or 1326469. OLE color: 1326469.

HSL color Cylindrical-coordinate representation of color #853D14: hue angle of 21.77º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #853D14 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 61 20 -
CMYK 0 0.54 0.85 0.48
HSL 21.77º 0.74% 0.3% -
HSV(B) 21.77º 0.85% 0.52% -
XYZ 11.47 8.37 1.67 -
YUV 77.85 95.35 167.33 -
System Red Green Blue C M Y K H S L
Decimal 133 61 20 0 0.54 0.85 0.48 21.77 0.74 0.3
Hex 85 3D 14 0 36 55 30 16 4A 1E
Octal 205 75 24 0 66 125 60 26 112 36
Binary 10000101 111101 10100 0 110110 1010101 110000 10110 1001010 11110

Color Harmonies of #853D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853D14

Black with #853D14

Text Example


Text Example

White with #853D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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