#7A400D

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

Shades of Raw Umber #7A400D

Tints of Raw Umber #7A400D

Color information

#7A400D (or 0x7A400D) is unknown color: approx Raw Umber. HEX triplet: 7A, 40 and 0D. RGB value is (122,64,13). Sum of RGB (Red+Green+Blue) = 122+64+13=199 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61.31% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 122 - color contains mainly: red. Hex color #7A400D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A400D is #85BFF2. Grayscale: #4B4B4B. Windows color (decimal): -8765427 or 868474. OLE color: 868474.

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

Color convert

RGB1226413-
CMYK00.480.890.52
HSL28.07º80.74%26.47%-
HSV(B)28.07º89.34%47.84%-
XYZ9.937.831.37-
YUV75.5392.72161.15-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 61.31%
GREEN value IS 64 (25.39% from 255) = 32.16%
BLUE value IS 13 (5.47% from 255) = 6.53%
R=61.31%
G=32.16%
B=6.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.89
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122641300.480.890.5228.0780.7426.47
Hex7A40D03059341c511a
Octal17210015060131643412132
Binary1111010100000011010110000101100111010011100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A400D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,64,13); }

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

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

 a { background-color: rgb(122,64,13); }

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

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

 span { border-color: rgb(122,64,13); }

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