#744C05

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

Shades of Raw Umber #744C05

Tints of Raw Umber #744C05

Color information

#744C05 (or 0x744C05) is unknown color: approx Raw Umber. HEX triplet: 74, 4C and 05. RGB value is (116,76,5). Sum of RGB (Red+Green+Blue) = 116+76+5=197 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.88% from 197); Green value is 76 (30.08% from 255 or 38.58% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 116 - color contains mainly: red. Hex color #744C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744C05 is #8BB3FA. Grayscale: #505050. Windows color (decimal): -9155579 or 347252. OLE color: 347252.

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

Color convert

RGB116765-
CMYK00.340.960.55
HSL38.38º91.74%23.73%-
HSV(B)38.38º95.69%45.49%-
XYZ9.818.891.34-
YUV79.8785.75153.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 58.88%
GREEN value IS 76 (30.08% from 255) = 38.58%
BLUE value IS 5 (2.34% from 255) = 2.54%
R=58.88%
G=38.58%
B=2.54%

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
Decimal11676500.340.960.5538.3891.7423.73
Hex744C50226037265c18
Octal1641145042140674613430
Binary1110100100110010101000101100000110111100110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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