#744415

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

Shades of Raw Umber #744415

Tints of Raw Umber #744415

Color information

#744415 (or 0x744415) is unknown color: approx Raw Umber. HEX triplet: 74, 44 and 15. RGB value is (116,68,21). Sum of RGB (Red+Green+Blue) = 116+68+21=205 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.59% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 21 (8.59% from 255 or 10.24% from 205); Max value from RGB is 116 - color contains mainly: red. Hex color #744415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744415 is #8BBBEA. Grayscale: #4D4D4D. Windows color (decimal): -9157611 or 1393780. OLE color: 1393780.

HSL color Cylindrical-coordinate representation of color #744415: hue angle of 29.68º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #744415 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB1166821-
CMYK00.410.820.55
HSL29.68º69.34%26.86%-
HSV(B)29.68º81.9%45.49%-
XYZ9.47.91.74-
YUV76.9996.4155.82-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.59%
GREEN value IS 68 (26.95% from 255) = 33.17%
BLUE value IS 21 (8.59% from 255) = 10.24%
R=56.59%
G=33.17%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116682100.410.820.5529.6869.3426.86
Hex74441502952371e451b
Octal16410425051122673610533
Binary11101001000100101010101001101001011011111110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744415; }

 p { color: rgb(116,68,21); }

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

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

 a { background-color: rgb(116,68,21); }

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

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

 span { border-color: rgb(116,68,21); }

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