#744e1c

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

Shades of Raw Umber #744E1C

Tints of Raw Umber #744E1C

Color information

#744E1C (or 0x744E1C) is unknown color: approx Raw Umber. HEX triplet: 74, 4E and 1C. RGB value is (116,78,28). Sum of RGB (Red+Green+Blue) = 116+78+28=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 78 (30.86% from 255 or 35.14% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #744E1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744E1C is #8BB1E3. Grayscale: #535353. Windows color (decimal): -9155044 or 1855092. OLE color: 1855092.

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

Color convert

RGB1167828-
CMYK00.330.760.55
HSL34.09º61.11%28.24%-
HSV(B)34.09º75.86%45.49%-
XYZ10.149.252.35-
YUV83.6696.59151.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.25%
GREEN value IS 78 (30.86% from 255) = 35.14%
BLUE value IS 28 (11.33% from 255) = 12.61%
R=52.25%
G=35.14%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116782800.330.760.5534.0961.1128.24
Hex744E1C0214C37223d1c
Octal1641163404111467427534
Binary11101001001110111000100001100110011011110001011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744e1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,78,28); }

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

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

 a { background-color: rgb(116,78,28); }

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

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

 span { border-color: rgb(116,78,28); }

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