#744D0D

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

Shades of Raw Umber #744D0D

Tints of Raw Umber #744D0D

Color information

#744D0D (or 0x744D0D) is unknown color: approx Raw Umber. HEX triplet: 74, 4D and 0D. RGB value is (116,77,13). Sum of RGB (Red+Green+Blue) = 116+77+13=206 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.31% from 206); Green value is 77 (30.47% from 255 or 37.38% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 116 - color contains mainly: red. Hex color #744D0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #744D0D is #8BB2F2. Grayscale: #515151. Windows color (decimal): -9155315 or 871796. OLE color: 871796.

HSL color Cylindrical-coordinate representation of color #744D0D: hue angle of 37.28º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #744D0D is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB1167713-
CMYK00.340.890.55
HSL37.28º79.84%25.29%-
HSV(B)37.28º88.79%45.49%-
XYZ9.939.051.6-
YUV81.3689.42152.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.31%
GREEN value IS 77 (30.47% from 255) = 37.38%
BLUE value IS 13 (5.47% from 255) = 6.31%
R=56.31%
G=37.38%
B=6.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116771300.340.890.5537.2879.8425.29
Hex744DD0225937255019
Octal16411515042131674512031
Binary11101001001101110101000101011001110111100101101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744D0D; }

 p { color: rgb(116,77,13); }

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

<style>
 a { background-color: #744D0D; }

 a { background-color: rgb(116,77,13); }

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

<style>
 span { border-color: #744D0D; }

 span { border-color: rgb(116,77,13); }

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