#744B18

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

Shades of Raw Umber #744B18

Tints of Raw Umber #744B18

Color information

#744B18 (or 0x744B18) is unknown color: approx Raw Umber. HEX triplet: 74, 4B and 18. RGB value is (116,75,24). Sum of RGB (Red+Green+Blue) = 116+75+24=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 75 (29.69% from 255 or 34.88% from 215); Blue value is 24 (9.77% from 255 or 11.16% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #744B18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744B18 is #8BB4E7. Grayscale: #515151. Windows color (decimal): -9155816 or 1592180. OLE color: 1592180.

HSL color Cylindrical-coordinate representation of color #744B18: hue angle of 33.26º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #744B18 is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB1167524-
CMYK00.350.790.55
HSL33.26º65.71%27.45%-
HSV(B)33.26º79.31%45.49%-
XYZ9.888.812.04-
YUV81.4595.58152.65-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.95%
GREEN value IS 75 (29.69% from 255) = 34.88%
BLUE value IS 24 (9.77% from 255) = 11.16%
R=53.95%
G=34.88%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116752400.350.790.5533.2665.7127.45
Hex744B180234F3721421b
Octal16411330043117674110233
Binary111010010010111100001000111001111110111100001100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,75,24); }

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

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

 a { background-color: rgb(116,75,24); }

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

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

 span { border-color: rgb(116,75,24); }

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