#7C400A

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

Shades of Raw Umber #7C400A

Tints of Raw Umber #7C400A

Color information

#7C400A (or 0x7C400A) is unknown color: approx Raw Umber. HEX triplet: 7C, 40 and 0A. RGB value is (124,64,10). Sum of RGB (Red+Green+Blue) = 124+64+10=198 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62.63% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 10 (4.30% from 255 or 5.05% from 198); Max value from RGB is 124 - color contains mainly: red. Hex color #7C400A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C400A is #83BFF5. Grayscale: #4C4C4C. Windows color (decimal): -8634358 or 671868. OLE color: 671868.

HSL color Cylindrical-coordinate representation of color #7C400A: hue angle of 28.42º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7C400A is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.51.

Color convert

RGB1246410-
CMYK00.480.920.51
HSL28.42º85.07%26.27%-
HSV(B)28.42º91.94%48.63%-
XYZ10.27.971.29-
YUV75.7890.88162.39-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 62.63%
GREEN value IS 64 (25.39% from 255) = 32.32%
BLUE value IS 10 (4.30% from 255) = 5.05%
R=62.63%
G=32.32%
B=5.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.92
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124641000.480.920.5128.4285.0726.27
Hex7C40A0305C331c551a
Octal17410012060134633412532
Binary1111100100000010100110000101110011001111100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C400A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,64,10); }

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

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

 a { background-color: rgb(124,64,10); }

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

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

 span { border-color: rgb(124,64,10); }

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