#745704

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

Shades of Raw Umber #745704

Tints of Raw Umber #745704

Color information

#745704 (or 0x745704) is unknown color: approx Raw Umber. HEX triplet: 74, 57 and 04. RGB value is (116,87,4). Sum of RGB (Red+Green+Blue) = 116+87+4=207 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.04% from 207); Green value is 87 (34.38% from 255 or 42.03% from 207); Blue value is 4 (1.95% from 255 or 1.93% from 207); Max value from RGB is 116 - color contains mainly: red. Hex color #745704 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745704 is #8BA8FB. Grayscale: #565656. Windows color (decimal): -9152764 or 284532. OLE color: 284532.

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

Color convert

RGB116874-
CMYK00.250.970.55
HSL44.46º93.33%23.53%-
HSV(B)44.46º96.55%45.49%-
XYZ10.6310.541.59-
YUV86.2181.61149.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.04%
GREEN value IS 87 (34.38% from 255) = 42.03%
BLUE value IS 4 (1.95% from 255) = 1.93%
R=56.04%
G=42.03%
B=1.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11687400.250.970.5544.4693.3323.53
Hex7457401961372c5d18
Octal1641274031141675413530
Binary111010010101111000110011100001110111101100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745704; }

 p { color: rgb(116,87,4); }

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

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

 a { background-color: rgb(116,87,4); }

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

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

 span { border-color: rgb(116,87,4); }

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