#744D05

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

Shades of Raw Umber #744D05

Tints of Raw Umber #744D05

Color information

#744D05 (or 0x744D05) is unknown color: approx Raw Umber. HEX triplet: 74, 4D and 05. RGB value is (116,77,5). Sum of RGB (Red+Green+Blue) = 116+77+5=198 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.59% from 198); Green value is 77 (30.47% from 255 or 38.89% from 198); Blue value is 5 (2.34% from 255 or 2.53% from 198); Max value from RGB is 116 - color contains mainly: red. Hex color #744D05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #744D05 is #8BB2FA. Grayscale: #505050. Windows color (decimal): -9155323 or 347508. OLE color: 347508.

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

Color convert

RGB116775-
CMYK00.340.960.55
HSL38.92º91.74%23.73%-
HSV(B)38.92º95.69%45.49%-
XYZ9.889.031.37-
YUV80.4585.42153.35-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 58.59%
GREEN value IS 77 (30.47% from 255) = 38.89%
BLUE value IS 5 (2.34% from 255) = 2.53%
R=58.59%
G=38.89%
B=2.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11677500.340.960.5538.9291.7423.73
Hex744D50226037275c18
Octal1641155042140674713430
Binary1110100100110110101000101100000110111100111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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