#854E01

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

Shades of Raw Umber #854E01

Tints of Raw Umber #854E01

Color information

#854E01 (or 0x854E01) is unknown color: approx Raw Umber. HEX triplet: 85, 4E and 01. RGB value is (133,78,1). Sum of RGB (Red+Green+Blue) = 133+78+1=212 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.74% from 212); Green value is 78 (30.86% from 255 or 36.79% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 133 - color contains mainly: red. Hex color #854E01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #854E01 is #7AB1FE. Grayscale: #565656. Windows color (decimal): -8040959 or 85637. OLE color: 85637.

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

Color convert

RGB133781-
CMYK00.410.990.48
HSL35º98.51%26.27%-
HSV(B)35º99.25%52.16%-
XYZ12.410.441.39-
YUV85.6780.22161.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 62.74%
GREEN value IS 78 (30.86% from 255) = 36.79%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=62.74%
G=36.79%
B=0.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.99
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13378100.410.990.483598.5126.27
Hex854E1029633023631a
Octal2051161051143604314332
Binary100001011001110101010011100011110000100011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,78,1); }

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

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

 a { background-color: rgb(133,78,1); }

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

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

 span { border-color: rgb(133,78,1); }

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