#744919

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

Shades of Raw Umber #744919

Tints of Raw Umber #744919

Color information

#744919 (or 0x744919) is unknown color: approx Raw Umber. HEX triplet: 74, 49 and 19. RGB value is (116,73,25). Sum of RGB (Red+Green+Blue) = 116+73+25=214 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.21% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 25 (10.16% from 255 or 11.68% from 214); Max value from RGB is 116 - color contains mainly: red. Hex color #744919 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744919 is #8BB6E6. Grayscale: #505050. Windows color (decimal): -9156327 or 1657204. OLE color: 1657204.

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

Color convert

RGB1167325-
CMYK00.370.780.55
HSL31.65º64.54%27.65%-
HSV(B)31.65º78.45%45.49%-
XYZ9.768.552.06-
YUV80.3896.75153.4-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.21%
GREEN value IS 73 (28.91% from 255) = 34.11%
BLUE value IS 25 (10.16% from 255) = 11.68%
R=54.21%
G=34.11%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116732500.370.780.5531.6564.5427.65
Hex7449190254E3720411c
Octal16411131045116674010134
Binary111010010010011100101001011001110110111100000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744919; }

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

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

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

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

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

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

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

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