#7F5304

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

Shades of Raw Umber #7F5304

Tints of Raw Umber #7F5304

Color information

#7F5304 (or 0x7F5304) is unknown color: approx Raw Umber. HEX triplet: 7F, 53 and 04. RGB value is (127,83,4). Sum of RGB (Red+Green+Blue) = 127+83+4=214 (28% of max value = 765). Red value is 127 (50% from 255 or 59.35% from 214); Green value is 83 (32.81% from 255 or 38.79% from 214); Blue value is 4 (1.95% from 255 or 1.87% from 214); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F5304 is #80ACFB. Grayscale: #575757. Windows color (decimal): -8432892 or 283519. OLE color: 283519.

HSL color Cylindrical-coordinate representation of color #7F5304: hue angle of 38.54º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7F5304 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.50.

Color convert

RGB127834-
CMYK00.350.970.50
HSL38.54º93.89%25.69%-
HSV(B)38.54º96.85%49.8%-
XYZ11.8710.711.56-
YUV87.1581.08156.42-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 59.35%
GREEN value IS 83 (32.81% from 255) = 38.79%
BLUE value IS 4 (1.95% from 255) = 1.87%
R=59.35%
G=38.79%
B=1.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.97
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12783400.350.970.5038.5493.8925.69
Hex7F5340236132275e1a
Octal1771234043141624713632
Binary1111111101001110001000111100001110010100111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,83,4); }

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

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

 a { background-color: rgb(127,83,4); }

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

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

 span { border-color: rgb(127,83,4); }

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