#744A19

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

Shades of Raw Umber #744A19

Tints of Raw Umber #744A19

Color information

#744A19 (or 0x744A19) is unknown color: approx Raw Umber. HEX triplet: 74, 4A and 19. RGB value is (116,74,25). Sum of RGB (Red+Green+Blue) = 116+74+25=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 25 (10.16% from 255 or 11.63% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #744A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744A19 is #8BB5E6. Grayscale: #515151. Windows color (decimal): -9156071 or 1657460. OLE color: 1657460.

HSL color Cylindrical-coordinate representation of color #744A19: hue angle of 32.31º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #744A19 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB1167425-
CMYK00.360.780.55
HSL32.31º64.54%27.65%-
HSV(B)32.31º78.45%45.49%-
XYZ9.838.682.08-
YUV80.9796.41152.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.95%
GREEN value IS 74 (29.30% from 255) = 34.42%
BLUE value IS 25 (10.16% from 255) = 11.63%
R=53.95%
G=34.42%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116742500.360.780.5532.3164.5427.65
Hex744A190244E3720411c
Octal16411231044116674010134
Binary111010010010101100101001001001110110111100000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,74,25); }

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

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

 a { background-color: rgb(116,74,25); }

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

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

 span { border-color: rgb(116,74,25); }

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