#7C4B0C

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

Shades of Raw Umber #7C4B0C

Tints of Raw Umber #7C4B0C

Color information

#7C4B0C (or 0x7C4B0C) is unknown color: approx Raw Umber. HEX triplet: 7C, 4B and 0C. RGB value is (124,75,12). Sum of RGB (Red+Green+Blue) = 124+75+12=211 (27% of max value = 765). Red value is 124 (48.83% from 255 or 58.77% from 211); Green value is 75 (29.69% from 255 or 35.55% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4B0C is #83B4F3. Grayscale: #525252. Windows color (decimal): -8631540 or 805756. OLE color: 805756.

HSL color Cylindrical-coordinate representation of color #7C4B0C: hue angle of 33.75º degrees, saturation: 0.82, 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 #7C4B0C is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB1247512-
CMYK00.400.900.51
HSL33.75º82.35%26.67%-
HSV(B)33.75º90.32%48.63%-
XYZ10.899.341.58-
YUV82.4788.23157.62-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 58.77%
GREEN value IS 75 (29.69% from 255) = 35.55%
BLUE value IS 12 (5.08% from 255) = 5.69%
R=58.77%
G=35.55%
B=5.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124751200.400.900.5133.7582.3526.67
Hex7C4BC0285A3322521b
Octal17411314050132634212233
Binary11111001001011110001010001011010110011100010101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,75,12); }

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

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

 a { background-color: rgb(124,75,12); }

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

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

 span { border-color: rgb(124,75,12); }

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