#745C04

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

Shades of Raw Umber #745C04

Tints of Raw Umber #745C04

Color information

#745C04 (or 0x745C04) is unknown color: approx Raw Umber. HEX triplet: 74, 5C and 04. RGB value is (116,92,4). Sum of RGB (Red+Green+Blue) = 116+92+4=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 92 (36.33% from 255 or 43.40% from 212); Blue value is 4 (1.95% from 255 or 1.89% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #745C04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745C04 is #8BA3FB. Grayscale: #595959. Windows color (decimal): -9151484 or 285812. OLE color: 285812.

HSL color Cylindrical-coordinate representation of color #745C04: hue angle of 47.14º 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 #745C04 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB116924-
CMYK00.210.970.55
HSL47.14º93.33%23.53%-
HSV(B)47.14º96.55%45.49%-
XYZ11.0511.381.73-
YUV89.1479.95147.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.72%
GREEN value IS 92 (36.33% from 255) = 43.40%
BLUE value IS 4 (1.95% from 255) = 1.89%
R=54.72%
G=43.40%
B=1.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11692400.210.970.5547.1493.3323.53
Hex745C401561372f5d18
Octal1641344025141675713530
Binary111010010111001000101011100001110111101111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745C04; }

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

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

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

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

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

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

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

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