#744805

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

Shades of Raw Umber #744805

Tints of Raw Umber #744805

Color information

#744805 (or 0x744805) is unknown color: approx Raw Umber. HEX triplet: 74, 48 and 05. RGB value is (116,72,5). Sum of RGB (Red+Green+Blue) = 116+72+5=193 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.10% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 5 (2.34% from 255 or 2.59% from 193); Max value from RGB is 116 - color contains mainly: red. Hex color #744805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744805 is #8BB7FA. Grayscale: #4D4D4D. Windows color (decimal): -9156603 or 346228. OLE color: 346228.

HSL color Cylindrical-coordinate representation of color #744805: hue angle of 36.22º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #744805 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB116725-
CMYK00.380.960.55
HSL36.22º91.74%23.73%-
HSV(B)36.22º95.69%45.49%-
XYZ9.558.361.25-
YUV77.5287.08155.45-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 60.10%
GREEN value IS 72 (28.52% from 255) = 37.31%
BLUE value IS 5 (2.34% from 255) = 2.59%
R=60.10%
G=37.31%
B=2.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11672500.380.960.5536.2291.7423.73
Hex744850266037245c18
Octal1641105046140674413430
Binary1110100100100010101001101100000110111100100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744805; }

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

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

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

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

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

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

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

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