#7C450F

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

Shades of Raw Umber #7C450F

Tints of Raw Umber #7C450F

Color information

#7C450F (or 0x7C450F) is unknown color: approx Raw Umber. HEX triplet: 7C, 45 and 0F. RGB value is (124,69,15). Sum of RGB (Red+Green+Blue) = 124+69+15=208 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.62% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 15 (6.25% from 255 or 7.21% from 208); Max value from RGB is 124 - color contains mainly: red. Hex color #7C450F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C450F is #83BAF0. Grayscale: #4F4F4F. Windows color (decimal): -8633073 or 1000828. OLE color: 1000828.

HSL color Cylindrical-coordinate representation of color #7C450F: hue angle of 29.72º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7C450F is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB1246915-
CMYK00.440.880.51
HSL29.72º78.42%27.25%-
HSV(B)29.72º87.9%48.63%-
XYZ10.538.581.55-
YUV79.2991.72159.89-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 59.62%
GREEN value IS 69 (27.34% from 255) = 33.17%
BLUE value IS 15 (6.25% from 255) = 7.21%
R=59.62%
G=33.17%
B=7.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.88
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124691500.440.880.5129.7278.4227.25
Hex7C45F02C58331e4e1b
Octal17410517054130633611633
Binary1111100100010111110101100101100011001111110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C450F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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