#744405

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

Shades of Raw Umber #744405

Tints of Raw Umber #744405

Color information

#744405 (or 0x744405) is unknown color: approx Raw Umber. HEX triplet: 74, 44 and 05. RGB value is (116,68,5). Sum of RGB (Red+Green+Blue) = 116+68+5=189 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.38% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 5 (2.34% from 255 or 2.65% from 189); Max value from RGB is 116 - color contains mainly: red. Hex color #744405 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744405 is #8BBBFA. Grayscale: #4B4B4B. Windows color (decimal): -9157627 or 345204. OLE color: 345204.

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

Color convert

RGB116685-
CMYK00.410.960.55
HSL34.05º91.74%23.73%-
HSV(B)34.05º95.69%45.49%-
XYZ9.37.861.17-
YUV75.1788.4157.12-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 61.38%
GREEN value IS 68 (26.95% from 255) = 35.98%
BLUE value IS 5 (2.34% from 255) = 2.65%
R=61.38%
G=35.98%
B=2.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11668500.410.960.5534.0591.7423.73
Hex744450296037225c18
Octal1641045051140674213430
Binary1110100100010010101010011100000110111100010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744405; }

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

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

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

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

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

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

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

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