#744E05

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

Shades of Raw Umber #744E05

Tints of Raw Umber #744E05

Color information

#744E05 (or 0x744E05) is unknown color: approx Raw Umber. HEX triplet: 74, 4E and 05. RGB value is (116,78,5). Sum of RGB (Red+Green+Blue) = 116+78+5=199 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.29% from 199); Green value is 78 (30.86% from 255 or 39.20% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 116 - color contains mainly: red. Hex color #744E05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #744E05 is #8BB1FA. Grayscale: #515151. Windows color (decimal): -9155067 or 347764. OLE color: 347764.

HSL color Cylindrical-coordinate representation of color #744E05: hue angle of 39.46º 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 #744E05 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB116785-
CMYK00.330.960.55
HSL39.46º91.74%23.73%-
HSV(B)39.46º95.69%45.49%-
XYZ9.959.171.39-
YUV81.0485.09152.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 58.29%
GREEN value IS 78 (30.86% from 255) = 39.20%
BLUE value IS 5 (2.34% from 255) = 2.51%
R=58.29%
G=39.20%
B=2.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11678500.330.960.5539.4691.7423.73
Hex744E50216037275c18
Octal1641165041140674713430
Binary1110100100111010101000011100000110111100111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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