Html Css Color HEX #854F0E Saddle Brown

📋 copy color: '#854F0E'

red 133 ◦ green 79 ◦ blue 14

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

Shades of Saddle Brown #854F0E

Tints of Saddle Brown #854F0E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.96%

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

R = 58.85%
G = 34.96%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#854F0E (or 0x854F0E) is known color: Saddle Brown. HEX triplet: 85, 4F and 0E. RGB value is (133,79,14). Sum of RGB (Red+Green+Blue) = 133+79+14=226 (29% of max value = 765). Red value is 133 (52.34% from 255 or 58.85% from 226); Green value is 79 (31.25% from 255 or 34.96% from 226); Blue value is 14 (5.86% from 255 or 6.19% from 226); Max value from RGB is 133 - color contains mainly: red. Hex color #854F0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #854F0E is #7AB0F1. Grayscale: #585858. Windows color (decimal): -8040690 or 937861. OLE color: 937861.

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

Color convert

RGB 133 79 14 -
CMYK 0 0.41 0.89 0.48
HSL 32.77º 0.81% 0.29% -
HSV(B) 32.77º 0.89% 0.52% -
XYZ 12.55 10.61 1.8 -
YUV 87.74 86.39 160.29 -
System Red Green Blue C M Y K H S L
Decimal 133 79 14 0 0.41 0.89 0.48 32.77 0.81 0.29
Hex 85 4F E 0 29 59 30 21 51 1D
Octal 205 117 16 0 51 131 60 41 121 35
Binary 10000101 1001111 1110 0 101001 1011001 110000 100001 1010001 11101

Color Harmonies of #854F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854F0E

Black with #854F0E

Text Example


Text Example

White with #854F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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