Html Css Color HEX #854A14 Saddle Brown

📋 copy color: '#854A14'

red 133 ◦ green 74 ◦ blue 20

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

Shades of Saddle Brown #854A14

Tints of Saddle Brown #854A14

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.6%

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

R = 58.59%
G = 32.6%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#854A14 (or 0x854A14) is known color: Saddle Brown. HEX triplet: 85, 4A and 14. RGB value is (133,74,20). Sum of RGB (Red+Green+Blue) = 133+74+20=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #854A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854A14 is #7AB5EB. Grayscale: #555555. Windows color (decimal): -8041964 or 1329797. OLE color: 1329797.

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

Color convert

RGB 133 74 20 -
CMYK 0 0.44 0.85 0.48
HSL 28.67º 0.74% 0.3% -
HSV(B) 28.67º 0.85% 0.52% -
XYZ 12.25 9.93 1.93 -
YUV 85.49 91.05 161.89 -
System Red Green Blue C M Y K H S L
Decimal 133 74 20 0 0.44 0.85 0.48 28.67 0.74 0.3
Hex 85 4A 14 0 2C 55 30 1D 4A 1E
Octal 205 112 24 0 54 125 60 35 112 36
Binary 10000101 1001010 10100 0 101100 1010101 110000 11101 1001010 11110

Color Harmonies of #854A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854A14

Black with #854A14

Text Example


Text Example

White with #854A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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