#744104

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

Shades of Raw Umber #744104

Tints of Raw Umber #744104

Color information

#744104 (or 0x744104) is unknown color: approx Raw Umber. HEX triplet: 74, 41 and 04. RGB value is (116,65,4). Sum of RGB (Red+Green+Blue) = 116+65+4=185 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.70% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 4 (1.95% from 255 or 2.16% from 185); Max value from RGB is 116 - color contains mainly: red. Hex color #744104 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744104 is #8BBEFB. Grayscale: #494949. Windows color (decimal): -9158396 or 278900. OLE color: 278900.

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

Color convert

RGB116654-
CMYK00.440.970.55
HSL32.68º93.33%23.53%-
HSV(B)32.68º96.55%45.49%-
XYZ9.117.51.08-
YUV73.388.9158.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 62.70%
GREEN value IS 65 (25.78% from 255) = 35.14%
BLUE value IS 4 (1.95% from 255) = 2.16%
R=62.70%
G=35.14%
B=2.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11665400.440.970.5532.6893.3323.53
Hex7441402C6137215d18
Octal1641014054141674113530
Binary1110100100000110001011001100001110111100001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744104; }

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

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

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

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

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

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

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

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