#7C450B

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

Shades of Raw Umber #7C450B

Tints of Raw Umber #7C450B

Color information

#7C450B (or 0x7C450B) is unknown color: approx Raw Umber. HEX triplet: 7C, 45 and 0B. RGB value is (124,69,11). Sum of RGB (Red+Green+Blue) = 124+69+11=204 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.78% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 11 (4.69% from 255 or 5.39% from 204); Max value from RGB is 124 - color contains mainly: red. Hex color #7C450B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C450B is #83BAF4. Grayscale: #4F4F4F. Windows color (decimal): -8633077 or 738684. OLE color: 738684.

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

Color convert

RGB1246911-
CMYK00.440.910.51
HSL30.8º83.7%26.47%-
HSV(B)30.8º91.13%48.63%-
XYZ10.58.571.42-
YUV78.8389.72160.22-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 60.78%
GREEN value IS 69 (27.34% from 255) = 33.82%
BLUE value IS 11 (4.69% from 255) = 5.39%
R=60.78%
G=33.82%
B=5.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.91
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124691100.440.910.5130.883.726.47
Hex7C45B02C5B331f541a
Octal17410513054133633712432
Binary1111100100010110110101100101101111001111111101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C450B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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