#7C440B

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

Shades of Raw Umber #7C440B

Tints of Raw Umber #7C440B

Color information

#7C440B (or 0x7C440B) is unknown color: approx Raw Umber. HEX triplet: 7C, 44 and 0B. RGB value is (124,68,11). Sum of RGB (Red+Green+Blue) = 124+68+11=203 (26% of max value = 765). Red value is 124 (48.83% from 255 or 61.08% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 124 - color contains mainly: red. Hex color #7C440B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C440B is #83BBF4. Grayscale: #4E4E4E. Windows color (decimal): -8633333 or 738428. OLE color: 738428.

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

Color convert

RGB1246811-
CMYK00.450.910.51
HSL30.27º83.7%26.47%-
HSV(B)30.27º91.13%48.63%-
XYZ10.448.441.4-
YUV78.2590.05160.63-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 61.08%
GREEN value IS 68 (26.95% from 255) = 33.50%
BLUE value IS 11 (4.69% from 255) = 5.42%
R=61.08%
G=33.50%
B=5.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.91
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124681100.450.910.5130.2783.726.47
Hex7C44B02D5B331e541a
Octal17410413055133633612432
Binary1111100100010010110101101101101111001111110101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C440B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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