#744815

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

Shades of Raw Umber #744815

Tints of Raw Umber #744815

Color information

#744815 (or 0x744815) is unknown color: approx Raw Umber. HEX triplet: 74, 48 and 15. RGB value is (116,72,21). Sum of RGB (Red+Green+Blue) = 116+72+21=209 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.50% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 21 (8.59% from 255 or 10.05% from 209); Max value from RGB is 116 - color contains mainly: red. Hex color #744815 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744815 is #8BB7EA. Grayscale: #4F4F4F. Windows color (decimal): -9156587 or 1394804. OLE color: 1394804.

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

Color convert

RGB1167221-
CMYK00.380.820.55
HSL32.21º69.34%26.86%-
HSV(B)32.21º81.9%45.49%-
XYZ9.668.41.82-
YUV79.3495.08154.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 55.50%
GREEN value IS 72 (28.52% from 255) = 34.45%
BLUE value IS 21 (8.59% from 255) = 10.05%
R=55.50%
G=34.45%
B=10.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116722100.380.820.5532.2169.3426.86
Hex744815026523720451b
Octal16411025046122674010533
Binary111010010010001010101001101010010110111100000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744815; }

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

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

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

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

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

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

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

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