#744404

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

Shades of Raw Umber #744404

Tints of Raw Umber #744404

Color information

#744404 (or 0x744404) is unknown color: approx Raw Umber. HEX triplet: 74, 44 and 04. RGB value is (116,68,4). Sum of RGB (Red+Green+Blue) = 116+68+4=188 (24% of max value = 765). Red value is 116 (45.70% from 255 or 61.70% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 4 (1.95% from 255 or 2.13% from 188); Max value from RGB is 116 - color contains mainly: red. Hex color #744404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744404 is #8BBBFB. Grayscale: #4B4B4B. Windows color (decimal): -9157628 or 279668. OLE color: 279668.

HSL color Cylindrical-coordinate representation of color #744404: hue angle of 34.29º 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 #744404 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB116684-
CMYK00.410.970.55
HSL34.29º93.33%23.53%-
HSV(B)34.29º96.55%45.49%-
XYZ9.297.861.14-
YUV75.0687.9157.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 61.70%
GREEN value IS 68 (26.95% from 255) = 36.17%
BLUE value IS 4 (1.95% from 255) = 2.13%
R=61.70%
G=36.17%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11668400.410.970.5534.2993.3323.53
Hex744440296137225d18
Octal1641044051141674213530
Binary1110100100010010001010011100001110111100010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744404; }

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

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

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

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

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

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

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

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