#854F05

Color #854F05 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #854F05

Tints of Raw Umber #854F05

Color information

#854F05 (or 0x854F05) is unknown color: approx Raw Umber. HEX triplet: 85, 4F and 05. RGB value is (133,79,5). Sum of RGB (Red+Green+Blue) = 133+79+5=217 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.29% from 217); Green value is 79 (31.25% from 255 or 36.41% from 217); Blue value is 5 (2.34% from 255 or 2.30% from 217); Max value from RGB is 133 - color contains mainly: red. Hex color #854F05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #854F05 is #7AB0FA. Grayscale: #575757. Windows color (decimal): -8040699 or 348037. OLE color: 348037.

HSL color Cylindrical-coordinate representation of color #854F05: hue angle of 34.69º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #854F05 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.48.

Color convert

RGB133795-
CMYK00.410.960.48
HSL34.69º92.75%27.06%-
HSV(B)34.69º96.24%52.16%-
XYZ12.510.591.53-
YUV86.7181.89161.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.29%
GREEN value IS 79 (31.25% from 255) = 36.41%
BLUE value IS 5 (2.34% from 255) = 2.30%
R=61.29%
G=36.41%
B=2.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.96
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13379500.410.960.4834.6992.7527.06
Hex854F50296030235d1b
Octal2051175051140604313533
Binary10000101100111110101010011100000110000100011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #854F05;
 }
 .AnyTagClassName
 {
   color: #854F05;
 }
</style>
background-color css

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

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

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

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

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

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