Html Css Color HEX #854D14 Saddle Brown

📋 copy color: '#854D14'

red 133 ◦ green 77 ◦ blue 20

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

Shades of Saddle Brown #854D14

Tints of Saddle Brown #854D14

RGB

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

 GREEN value IS 77 (30.47% from 255) = 33.48%

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

R = 57.83%
G = 33.48%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#854D14 (or 0x854D14) is known color: Saddle Brown. HEX triplet: 85, 4D and 14. RGB value is (133,77,20). Sum of RGB (Red+Green+Blue) = 133+77+20=230 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.83% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 20 (8.20% from 255 or 8.70% from 230); Max value from RGB is 133 - color contains mainly: red. Hex color #854D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #854D14 is #7AB2EB. Grayscale: #575757. Windows color (decimal): -8041196 or 1330565. OLE color: 1330565.

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

Color convert

RGB 133 77 20 -
CMYK 0 0.42 0.85 0.48
HSL 30.27º 0.74% 0.3% -
HSV(B) 30.27º 0.85% 0.52% -
XYZ 12.45 10.34 2 -
YUV 87.25 90.05 160.63 -
System Red Green Blue C M Y K H S L
Decimal 133 77 20 0 0.42 0.85 0.48 30.27 0.74 0.3
Hex 85 4D 14 0 2A 55 30 1E 4A 1E
Octal 205 115 24 0 52 125 60 36 112 36
Binary 10000101 1001101 10100 0 101010 1010101 110000 11110 1001010 11110

Color Harmonies of #854D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854D14

Black with #854D14

Text Example


Text Example

White with #854D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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