#7C531B

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

Shades of Raw Umber #7C531B

Tints of Raw Umber #7C531B

Color information

#7C531B (or 0x7C531B) is unknown color: approx Raw Umber. HEX triplet: 7C, 53 and 1B. RGB value is (124,83,27). Sum of RGB (Red+Green+Blue) = 124+83+27=234 (30% of max value = 765). Red value is 124 (48.83% from 255 or 52.99% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 27 (10.94% from 255 or 11.54% from 234); Max value from RGB is 124 - color contains mainly: red. Hex color #7C531B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C531B is #83ACE4. Grayscale: #595959. Windows color (decimal): -8629477 or 1790844. OLE color: 1790844.

HSL color Cylindrical-coordinate representation of color #7C531B: hue angle of 34.64º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7C531B is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.51.

Color convert

RGB1248327-
CMYK00.330.780.51
HSL34.64º64.24%29.61%-
HSV(B)34.64º78.23%48.63%-
XYZ11.610.552.46-
YUV88.8893.08153.05-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 52.99%
GREEN value IS 83 (32.81% from 255) = 35.47%
BLUE value IS 27 (10.94% from 255) = 11.54%
R=52.99%
G=35.47%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.78
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124832700.330.780.5134.6464.2429.61
Hex7C531B0214E3323401e
Octal17412333041116634310036
Binary111110010100111101101000011001110110011100011100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C531B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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