#744804

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

Shades of Raw Umber #744804

Tints of Raw Umber #744804

Color information

#744804 (or 0x744804) is unknown color: approx Raw Umber. HEX triplet: 74, 48 and 04. RGB value is (116,72,4). Sum of RGB (Red+Green+Blue) = 116+72+4=192 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.42% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 4 (1.95% from 255 or 2.08% from 192); Max value from RGB is 116 - color contains mainly: red. Hex color #744804 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744804 is #8BB7FB. Grayscale: #4D4D4D. Windows color (decimal): -9156604 or 280692. OLE color: 280692.

HSL color Cylindrical-coordinate representation of color #744804: hue angle of 36.43º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #744804 is Cyan = 0, Magento = 0.38, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB116724-
CMYK00.380.970.55
HSL36.43º93.33%23.53%-
HSV(B)36.43º96.55%45.49%-
XYZ9.548.361.22-
YUV77.486.58155.53-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 60.42%
GREEN value IS 72 (28.52% from 255) = 37.5%
BLUE value IS 4 (1.95% from 255) = 2.08%
R=60.42%
G=37.5%
B=2.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11672400.380.970.5536.4393.3323.53
Hex744840266137245d18
Octal1641104046141674413530
Binary1110100100100010001001101100001110111100100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744804; }

 p { color: rgb(116,72,4); }

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

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

 a { background-color: rgb(116,72,4); }

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

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

 span { border-color: rgb(116,72,4); }

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