#7A4D01

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

Shades of Raw Umber #7A4D01

Tints of Raw Umber #7A4D01

Color information

#7A4D01 (or 0x7A4D01) is unknown color: approx Raw Umber. HEX triplet: 7A, 4D and 01. RGB value is (122,77,1). Sum of RGB (Red+Green+Blue) = 122+77+1=200 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61% from 200); Green value is 77 (30.47% from 255 or 38.5% from 200); Blue value is 1 (0.78% from 255 or 0.5% from 200); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4D01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A4D01 is #85B2FE. Grayscale: #525252. Windows color (decimal): -8762111 or 85370. OLE color: 85370.

HSL color Cylindrical-coordinate representation of color #7A4D01: hue angle of 37.69º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7A4D01 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.52.

Color convert

RGB122771-
CMYK00.370.990.52
HSL37.69º98.37%24.12%-
HSV(B)37.69º99.18%47.84%-
XYZ10.699.451.29-
YUV81.7982.41156.68-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 61%
GREEN value IS 77 (30.47% from 255) = 38.5%
BLUE value IS 1 (0.78% from 255) = 0.5%
R=61%
G=38.5%
B=0.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.99
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12277100.370.990.5237.6998.3724.12
Hex7A4D10256334266218
Octal1721151045143644614230
Binary11110101001101101001011100011110100100110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,77,1); }

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

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

 a { background-color: rgb(122,77,1); }

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

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

 span { border-color: rgb(122,77,1); }

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