#744214

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

Shades of Raw Umber #744214

Tints of Raw Umber #744214

Color information

#744214 (or 0x744214) is unknown color: approx Raw Umber. HEX triplet: 74, 42 and 14. RGB value is (116,66,20). Sum of RGB (Red+Green+Blue) = 116+66+20=202 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.43% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 20 (8.20% from 255 or 9.90% from 202); Max value from RGB is 116 - color contains mainly: red. Hex color #744214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744214 is #8BBDEB. Grayscale: #4B4B4B. Windows color (decimal): -9158124 or 1327732. OLE color: 1327732.

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

Color convert

RGB1166620-
CMYK00.430.830.55
HSL28.75º70.59%26.67%-
HSV(B)28.75º82.76%45.49%-
XYZ9.287.661.65-
YUV75.7196.56156.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 57.43%
GREEN value IS 66 (26.17% from 255) = 32.67%
BLUE value IS 20 (8.20% from 255) = 9.90%
R=57.43%
G=32.67%
B=9.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116662000.430.830.5528.7570.5926.67
Hex74421402B53371d471b
Octal16410224053123673510733
Binary11101001000010101000101011101001111011111101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744214; }

 p { color: rgb(116,66,20); }

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

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

 a { background-color: rgb(116,66,20); }

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

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

 span { border-color: rgb(116,66,20); }

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