#7F450A

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

Shades of Raw Umber #7F450A

Tints of Raw Umber #7F450A

Color information

#7F450A (or 0x7F450A) is unknown color: approx Raw Umber. HEX triplet: 7F, 45 and 0A. RGB value is (127,69,10). Sum of RGB (Red+Green+Blue) = 127+69+10=206 (27% of max value = 765). Red value is 127 (50% from 255 or 61.65% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 10 (4.30% from 255 or 4.85% from 206); Max value from RGB is 127 - color contains mainly: red. Hex color #7F450A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F450A is #80BAF5. Grayscale: #4F4F4F. Windows color (decimal): -8436470 or 673151. OLE color: 673151.

HSL color Cylindrical-coordinate representation of color #7F450A: hue angle of 30.26º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7F450A is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.50.

Color convert

RGB1276910-
CMYK00.460.920.50
HSL30.26º85.4%26.86%-
HSV(B)30.26º92.13%49.8%-
XYZ10.948.791.41-
YUV79.6288.72161.8-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 61.65%
GREEN value IS 69 (27.34% from 255) = 33.50%
BLUE value IS 10 (4.30% from 255) = 4.85%
R=61.65%
G=33.50%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.92
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127691000.460.920.5030.2685.426.86
Hex7F45A02E5C321e551b
Octal17710512056134623612533
Binary1111111100010110100101110101110011001011110101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F450A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,69,10); }

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

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

 a { background-color: rgb(127,69,10); }

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

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

 span { border-color: rgb(127,69,10); }

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