#7C450D

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

Shades of Raw Umber #7C450D

Tints of Raw Umber #7C450D

Color information

#7C450D (or 0x7C450D) is unknown color: approx Raw Umber. HEX triplet: 7C, 45 and 0D. RGB value is (124,69,13). Sum of RGB (Red+Green+Blue) = 124+69+13=206 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.19% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 124 - color contains mainly: red. Hex color #7C450D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C450D is #83BAF2. Grayscale: #4F4F4F. Windows color (decimal): -8633075 or 869756. OLE color: 869756.

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

Color convert

RGB1246913-
CMYK00.440.900.51
HSL30.27º81.02%26.86%-
HSV(B)30.27º89.52%48.63%-
XYZ10.518.571.48-
YUV79.0690.72160.05-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 60.19%
GREEN value IS 69 (27.34% from 255) = 33.50%
BLUE value IS 13 (5.47% from 255) = 6.31%
R=60.19%
G=33.50%
B=6.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124691300.440.900.5130.2781.0226.86
Hex7C45D02C5A331e511b
Octal17410515054132633612133
Binary1111100100010111010101100101101011001111110101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C450D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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