Html Css Color HEX #854D0E Saddle Brown

📋 copy color: '#854D0E'

red 133 ◦ green 77 ◦ blue 14

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

Shades of Saddle Brown #854D0E

Tints of Saddle Brown #854D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.25%

R = 59.38%
G = 34.38%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#854D0E (or 0x854D0E) is known color: Saddle Brown. HEX triplet: 85, 4D and 0E. RGB value is (133,77,14). Sum of RGB (Red+Green+Blue) = 133+77+14=224 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.38% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 133 - color contains mainly: red. Hex color #854D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #854D0E is #7AB2F1. Grayscale: #565656. Windows color (decimal): -8041202 or 937349. OLE color: 937349.

HSL color Cylindrical-coordinate representation of color #854D0E: hue angle of 31.76º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #854D0E is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 77 14 -
CMYK 0 0.42 0.89 0.48
HSL 31.76º 0.81% 0.29% -
HSV(B) 31.76º 0.89% 0.52% -
XYZ 12.41 10.33 1.75 -
YUV 86.56 87.05 161.12 -
System Red Green Blue C M Y K H S L
Decimal 133 77 14 0 0.42 0.89 0.48 31.76 0.81 0.29
Hex 85 4D E 0 2A 59 30 20 51 1D
Octal 205 115 16 0 52 131 60 40 121 35
Binary 10000101 1001101 1110 0 101010 1011001 110000 100000 1010001 11101

Color Harmonies of #854D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854D0E

Black with #854D0E

Text Example


Text Example

White with #854D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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