#7C530A

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

Shades of Raw Umber #7C530A

Tints of Raw Umber #7C530A

Color information

#7C530A (or 0x7C530A) is unknown color: approx Raw Umber. HEX triplet: 7C, 53 and 0A. RGB value is (124,83,10). Sum of RGB (Red+Green+Blue) = 124+83+10=217 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.14% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 10 (4.30% from 255 or 4.61% from 217); Max value from RGB is 124 - color contains mainly: red. Hex color #7C530A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C530A is #83ACF5. Grayscale: #575757. Windows color (decimal): -8629494 or 676732. OLE color: 676732.

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

Color convert

RGB1248310-
CMYK00.330.920.51
HSL38.42º85.07%26.27%-
HSV(B)38.42º91.94%48.63%-
XYZ11.4610.491.71-
YUV86.9484.58154.44-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 57.14%
GREEN value IS 83 (32.81% from 255) = 38.25%
BLUE value IS 10 (4.30% from 255) = 4.61%
R=57.14%
G=38.25%
B=4.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.92
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124831000.330.920.5138.4285.0726.27
Hex7C53A0215C3326551a
Octal17412312041134634612532
Binary11111001010011101001000011011100110011100110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C530A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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