#7C470B

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

Shades of Raw Umber #7C470B

Tints of Raw Umber #7C470B

Color information

#7C470B (or 0x7C470B) is unknown color: approx Raw Umber. HEX triplet: 7C, 47 and 0B. RGB value is (124,71,11). Sum of RGB (Red+Green+Blue) = 124+71+11=206 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.19% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 11 (4.69% from 255 or 5.34% from 206); Max value from RGB is 124 - color contains mainly: red. Hex color #7C470B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C470B is #83B8F4. Grayscale: #505050. Windows color (decimal): -8632565 or 739196. OLE color: 739196.

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

Color convert

RGB1247111-
CMYK00.430.910.51
HSL31.86º83.7%26.47%-
HSV(B)31.86º91.13%48.63%-
XYZ10.638.821.46-
YUV80.0189.06159.38-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 60.19%
GREEN value IS 71 (28.12% from 255) = 34.47%
BLUE value IS 11 (4.69% from 255) = 5.34%
R=60.19%
G=34.47%
B=5.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.91
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124711100.430.910.5131.8683.726.47
Hex7C47B02B5B3320541a
Octal17410713053133634012432
Binary11111001000111101101010111011011110011100000101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C470B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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