#7C480B

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

Shades of Raw Umber #7C480B

Tints of Raw Umber #7C480B

Color information

#7C480B (or 0x7C480B) is unknown color: approx Raw Umber. HEX triplet: 7C, 48 and 0B. RGB value is (124,72,11). Sum of RGB (Red+Green+Blue) = 124+72+11=207 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.90% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 11 (4.69% from 255 or 5.31% from 207); Max value from RGB is 124 - color contains mainly: red. Hex color #7C480B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C480B is #83B7F4. Grayscale: #505050. Windows color (decimal): -8632309 or 739452. OLE color: 739452.

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

Color convert

RGB1247211-
CMYK00.420.910.51
HSL32.39º83.7%26.47%-
HSV(B)32.39º91.13%48.63%-
XYZ10.698.941.48-
YUV80.5988.73158.96-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 59.90%
GREEN value IS 72 (28.52% from 255) = 34.78%
BLUE value IS 11 (4.69% from 255) = 5.31%
R=59.90%
G=34.78%
B=5.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.91
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124721100.420.910.5132.3983.726.47
Hex7C48B02A5B3320541a
Octal17411013052133634012432
Binary11111001001000101101010101011011110011100000101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C480B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,72,11); }

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

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

 a { background-color: rgb(124,72,11); }

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

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

 span { border-color: rgb(124,72,11); }

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