Html Css Color HEX #854014 Saddle Brown

📋 copy color: '#854014'

red 133 ◦ green 64 ◦ blue 20

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

Shades of Saddle Brown #854014

Tints of Saddle Brown #854014

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.49%

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

R = 61.29%
G = 29.49%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#854014 (or 0x854014) is known color: Saddle Brown. HEX triplet: 85, 40 and 14. RGB value is (133,64,20). Sum of RGB (Red+Green+Blue) = 133+64+20=217 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.29% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 20 (8.20% from 255 or 9.22% from 217); Max value from RGB is 133 - color contains mainly: red. Hex color #854014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854014 is #7ABFEB. Grayscale: #4F4F4F. Windows color (decimal): -8044524 or 1327237. OLE color: 1327237.

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

Color convert

RGB 133 64 20 -
CMYK 0 0.52 0.85 0.48
HSL 23.36º 0.74% 0.3% -
HSV(B) 23.36º 0.85% 0.52% -
XYZ 11.63 8.7 1.73 -
YUV 79.62 94.36 166.08 -
System Red Green Blue C M Y K H S L
Decimal 133 64 20 0 0.52 0.85 0.48 23.36 0.74 0.3
Hex 85 40 14 0 34 55 30 17 4A 1E
Octal 205 100 24 0 64 125 60 27 112 36
Binary 10000101 1000000 10100 0 110100 1010101 110000 10111 1001010 11110

Color Harmonies of #854014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854014

Black with #854014

Text Example


Text Example

White with #854014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854014; }

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

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

background-color css

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

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

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

border-color css

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

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

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