#745815

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

Shades of Raw Umber #745815

Tints of Raw Umber #745815

Color information

#745815 (or 0x745815) is unknown color: approx Raw Umber. HEX triplet: 74, 58 and 15. RGB value is (116,88,21). Sum of RGB (Red+Green+Blue) = 116+88+21=225 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.56% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 116 - color contains mainly: red. Hex color #745815 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745815 is #8BA7EA. Grayscale: #595959. Windows color (decimal): -9152491 or 1398900. OLE color: 1398900.

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

Color convert

RGB1168821-
CMYK00.240.820.55
HSL42.32º69.34%26.86%-
HSV(B)42.32º81.9%45.49%-
XYZ10.8310.752.21-
YUV88.7389.78147.45-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.56%
GREEN value IS 88 (34.77% from 255) = 39.11%
BLUE value IS 21 (8.59% from 255) = 9.33%
R=51.56%
G=39.11%
B=9.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116882100.240.820.5542.3269.3426.86
Hex74581501852372a451b
Octal16413025030122675210533
Binary11101001011000101010110001010010110111101010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745815; }

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

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

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

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

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

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

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

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