#7C450E

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

Shades of Raw Umber #7C450E

Tints of Raw Umber #7C450E

Color information

#7C450E (or 0x7C450E) is unknown color: approx Raw Umber. HEX triplet: 7C, 45 and 0E. RGB value is (124,69,14). Sum of RGB (Red+Green+Blue) = 124+69+14=207 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.90% from 207); Green value is 69 (27.34% from 255 or 33.33% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 124 - color contains mainly: red. Hex color #7C450E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C450E is #83BAF1. Grayscale: #4F4F4F. Windows color (decimal): -8633074 or 935292. OLE color: 935292.

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

Color convert

RGB1246914-
CMYK00.440.890.51
HSL30º79.71%27.06%-
HSV(B)30º88.71%48.63%-
XYZ10.528.571.52-
YUV79.1891.22159.97-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 59.90%
GREEN value IS 69 (27.34% from 255) = 33.33%
BLUE value IS 14 (5.86% from 255) = 6.76%
R=59.90%
G=33.33%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.89
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124691400.440.890.513079.7127.06
Hex7C45E02C59331e501b
Octal17410516054131633612033
Binary1111100100010111100101100101100111001111110101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C450E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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