#745615

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

Shades of Raw Umber #745615

Tints of Raw Umber #745615

Color information

#745615 (or 0x745615) is unknown color: approx Raw Umber. HEX triplet: 74, 56 and 15. RGB value is (116,86,21). Sum of RGB (Red+Green+Blue) = 116+86+21=223 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.02% from 223); Green value is 86 (33.98% from 255 or 38.57% from 223); Blue value is 21 (8.59% from 255 or 9.42% from 223); Max value from RGB is 116 - color contains mainly: red. Hex color #745615 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745615 is #8BA9EA. Grayscale: #575757. Windows color (decimal): -9153003 or 1398388. OLE color: 1398388.

HSL color Cylindrical-coordinate representation of color #745615: hue angle of 41.05º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #745615 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB1168621-
CMYK00.260.820.55
HSL41.05º69.34%26.86%-
HSV(B)41.05º81.9%45.49%-
XYZ10.6710.422.16-
YUV87.5690.44148.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.02%
GREEN value IS 86 (33.98% from 255) = 38.57%
BLUE value IS 21 (8.59% from 255) = 9.42%
R=52.02%
G=38.57%
B=9.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116862100.260.820.5541.0569.3426.86
Hex74561501A523729451b
Octal16412625032122675110533
Binary11101001010110101010110101010010110111101001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745615; }

 p { color: rgb(116,86,21); }

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

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

 a { background-color: rgb(116,86,21); }

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

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

 span { border-color: rgb(116,86,21); }

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