#7E530C

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

Shades of Raw Umber #7E530C

Tints of Raw Umber #7E530C

Color information

#7E530C (or 0x7E530C) is unknown color: approx Raw Umber. HEX triplet: 7E, 53 and 0C. RGB value is (126,83,12). Sum of RGB (Red+Green+Blue) = 126+83+12=221 (29% of max value = 765). Red value is 126 (49.61% from 255 or 57.01% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 12 (5.08% from 255 or 5.43% from 221); Max value from RGB is 126 - color contains mainly: red. Hex color #7E530C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E530C is #81ACF3. Grayscale: #585858. Windows color (decimal): -8498420 or 807806. OLE color: 807806.

HSL color Cylindrical-coordinate representation of color #7E530C: hue angle of 37.37º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7E530C is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB1268312-
CMYK00.340.900.51
HSL37.37º82.61%27.06%-
HSV(B)37.37º90.48%49.41%-
XYZ11.7610.651.78-
YUV87.7685.25155.27-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 57.01%
GREEN value IS 83 (32.81% from 255) = 37.56%
BLUE value IS 12 (5.08% from 255) = 5.43%
R=57.01%
G=37.56%
B=5.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126831200.340.900.5137.3782.6127.06
Hex7E53C0225A3325531b
Octal17612314042132634512333
Binary11111101010011110001000101011010110011100101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E530C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,83,12); }

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

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

 a { background-color: rgb(126,83,12); }

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

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

 span { border-color: rgb(126,83,12); }

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