Html Css Color HEX #853514 Saddle Brown

📋 copy color: '#853514'

red 133 ◦ green 53 ◦ blue 20

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

Shades of Saddle Brown #853514

Tints of Saddle Brown #853514

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.73%

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

R = 64.56%
G = 25.73%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#853514 (or 0x853514) is known color: Saddle Brown. HEX triplet: 85, 35 and 14. RGB value is (133,53,20). Sum of RGB (Red+Green+Blue) = 133+53+20=206 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.56% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 20 (8.20% from 255 or 9.71% from 206); Max value from RGB is 133 - color contains mainly: red. Hex color #853514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853514 is #7ACAEB. Grayscale: #494949. Windows color (decimal): -8047340 or 1324421. OLE color: 1324421.

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

Color convert

RGB 133 53 20 -
CMYK 0 0.60 0.85 0.48
HSL 17.52º 0.74% 0.3% -
HSV(B) 17.52º 0.85% 0.52% -
XYZ 11.07 7.58 1.54 -
YUV 73.16 98 170.68 -
System Red Green Blue C M Y K H S L
Decimal 133 53 20 0 0.60 0.85 0.48 17.52 0.74 0.3
Hex 85 35 14 0 3C 55 30 12 4A 1E
Octal 205 65 24 0 74 125 60 22 112 36
Binary 10000101 110101 10100 0 111100 1010101 110000 10010 1001010 11110

Color Harmonies of #853514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853514

Black with #853514

Text Example


Text Example

White with #853514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853514; }

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

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

background-color css

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

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

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

border-color css

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

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

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