#7C520A

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

Shades of Raw Umber #7C520A

Tints of Raw Umber #7C520A

Color information

#7C520A (or 0x7C520A) is unknown color: approx Raw Umber. HEX triplet: 7C, 52 and 0A. RGB value is (124,82,10). Sum of RGB (Red+Green+Blue) = 124+82+10=216 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.41% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 10 (4.30% from 255 or 4.63% from 216); Max value from RGB is 124 - color contains mainly: red. Hex color #7C520A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C520A is #83ADF5. Grayscale: #565656. Windows color (decimal): -8629750 or 676476. OLE color: 676476.

HSL color Cylindrical-coordinate representation of color #7C520A: hue angle of 37.89º 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 #7C520A is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.51.

Color convert

RGB1248210-
CMYK00.340.920.51
HSL37.89º85.07%26.27%-
HSV(B)37.89º91.94%48.63%-
XYZ11.3810.341.68-
YUV86.3584.91154.85-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 57.41%
GREEN value IS 82 (32.42% from 255) = 37.96%
BLUE value IS 10 (4.30% from 255) = 4.63%
R=57.41%
G=37.96%
B=4.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.92
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124821000.340.920.5137.8985.0726.27
Hex7C52A0225C3326551a
Octal17412212042134634612532
Binary11111001010010101001000101011100110011100110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C520A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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