#854F00

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

Shades of Raw Umber #854F00

Tints of Raw Umber #854F00

Color information

#854F00 (or 0x854F00) is unknown color: approx Raw Umber. HEX triplet: 85, 4F and 00. RGB value is (133,79,0). Sum of RGB (Red+Green+Blue) = 133+79+0=212 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.74% from 212); Green value is 79 (31.25% from 255 or 37.26% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 133 - color contains mainly: red. Hex color #854F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #854F00 is #7AB0FF. Grayscale: #565656. Windows color (decimal): -8040704 or 20357. OLE color: 20357.

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

Color convert

RGB133790-
CMYK00.4110.48
HSL35.64º100%26.08%-
HSV(B)35.64º100%52.16%-
XYZ12.4710.581.38-
YUV86.1479.39161.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 62.74%
GREEN value IS 79 (31.25% from 255) = 37.26%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.74%
G=37.26%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13379000.4110.4835.6410026.08
Hex854F0029643024641a
Octal2051170051144604414432
Binary100001011001111001010011100100110000100100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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