#744315

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

Shades of Raw Umber #744315

Tints of Raw Umber #744315

Color information

#744315 (or 0x744315) is unknown color: approx Raw Umber. HEX triplet: 74, 43 and 15. RGB value is (116,67,21). Sum of RGB (Red+Green+Blue) = 116+67+21=204 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.86% from 204); Green value is 67 (26.56% from 255 or 32.84% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 116 - color contains mainly: red. Hex color #744315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744315 is #8BBCEA. Grayscale: #4C4C4C. Windows color (decimal): -9157867 or 1393524. OLE color: 1393524.

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

Color convert

RGB1166721-
CMYK00.420.820.55
HSL29.05º69.34%26.86%-
HSV(B)29.05º81.9%45.49%-
XYZ9.347.781.72-
YUV76.4196.73156.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.86%
GREEN value IS 67 (26.56% from 255) = 32.84%
BLUE value IS 21 (8.59% from 255) = 10.29%
R=56.86%
G=32.84%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116672100.420.820.5529.0569.3426.86
Hex74431502A52371d451b
Octal16410325052122673510533
Binary11101001000011101010101010101001011011111101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744315; }

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

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

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

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

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

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

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

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