Html Css Color HEX #853A14 Saddle Brown

📋 copy color: '#853A14'

red 133 ◦ green 58 ◦ blue 20

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

Shades of Saddle Brown #853A14

Tints of Saddle Brown #853A14

RGB

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

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

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

R = 63.03%
G = 27.49%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#853A14 (or 0x853A14) is known color: Saddle Brown. HEX triplet: 85, 3A and 14. RGB value is (133,58,20). Sum of RGB (Red+Green+Blue) = 133+58+20=211 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.03% from 211); Green value is 58 (23.05% from 255 or 27.49% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 133 - color contains mainly: red. Hex color #853A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853A14 is #7AC5EB. Grayscale: #4C4C4C. Windows color (decimal): -8046060 or 1325701. OLE color: 1325701.

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

Color convert

RGB 133 58 20 -
CMYK 0 0.56 0.85 0.48
HSL 20.18º 0.74% 0.3% -
HSV(B) 20.18º 0.85% 0.52% -
XYZ 11.31 8.06 1.62 -
YUV 76.09 96.35 168.59 -
System Red Green Blue C M Y K H S L
Decimal 133 58 20 0 0.56 0.85 0.48 20.18 0.74 0.3
Hex 85 3A 14 0 38 55 30 14 4A 1E
Octal 205 72 24 0 70 125 60 24 112 36
Binary 10000101 111010 10100 0 111000 1010101 110000 10100 1001010 11110

Color Harmonies of #853A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853A14

Black with #853A14

Text Example


Text Example

White with #853A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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