#745C05

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

Shades of Raw Umber #745C05

Tints of Raw Umber #745C05

Color information

#745C05 (or 0x745C05) is unknown color: approx Raw Umber. HEX triplet: 74, 5C and 05. RGB value is (116,92,5). Sum of RGB (Red+Green+Blue) = 116+92+5=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 92 (36.33% from 255 or 43.19% from 213); Blue value is 5 (2.34% from 255 or 2.35% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #745C05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745C05 is #8BA3FA. Grayscale: #595959. Windows color (decimal): -9151483 or 351348. OLE color: 351348.

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

Color convert

RGB116925-
CMYK00.210.960.55
HSL47.03º91.74%23.73%-
HSV(B)47.03º95.69%45.49%-
XYZ11.0611.381.76-
YUV89.2680.45147.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.46%
GREEN value IS 92 (36.33% from 255) = 43.19%
BLUE value IS 5 (2.34% from 255) = 2.35%
R=54.46%
G=43.19%
B=2.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11692500.210.960.5547.0391.7423.73
Hex745C501560372f5c18
Octal1641345025140675713430
Binary111010010111001010101011100000110111101111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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