#7F5C01

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

Shades of Raw Umber #7F5C01

Tints of Raw Umber #7F5C01

Color information

#7F5C01 (or 0x7F5C01) is unknown color: approx Raw Umber. HEX triplet: 7F, 5C and 01. RGB value is (127,92,1). Sum of RGB (Red+Green+Blue) = 127+92+1=220 (29% of max value = 765). Red value is 127 (50% from 255 or 57.73% from 220); Green value is 92 (36.33% from 255 or 41.82% from 220); Blue value is 1 (0.78% from 255 or 0.45% from 220); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5C01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F5C01 is #80A3FE. Grayscale: #5C5C5C. Windows color (decimal): -8430591 or 89215. OLE color: 89215.

HSL color Cylindrical-coordinate representation of color #7F5C01: hue angle of 43.33º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F5C01 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.50.

Color convert

RGB127921-
CMYK00.280.990.50
HSL43.33º98.44%25.1%-
HSV(B)43.33º99.21%49.8%-
XYZ12.5912.171.71-
YUV92.0976.6152.9-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 57.73%
GREEN value IS 92 (36.33% from 255) = 41.82%
BLUE value IS 1 (0.78% from 255) = 0.45%
R=57.73%
G=41.82%
B=0.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.99
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12792100.280.990.5043.3398.4425.1
Hex7F5C101C63322b6219
Octal1771341034143625314231
Binary1111111101110010111001100011110010101011110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F5C01; }

 p { color: rgb(127,92,1); }

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

<style>
 a { background-color: #7F5C01; }

 a { background-color: rgb(127,92,1); }

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

<style>
 span { border-color: #7F5C01; }

 span { border-color: rgb(127,92,1); }

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