#754013

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

Shades of Raw Umber #754013

Tints of Raw Umber #754013

Color information

#754013 (or 0x754013) is unknown color: approx Raw Umber. HEX triplet: 75, 40 and 13. RGB value is (117,64,19). Sum of RGB (Red+Green+Blue) = 117+64+19=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #754013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754013 is #8ABFEC. Grayscale: #4A4A4A. Windows color (decimal): -9093101 or 1261685. OLE color: 1261685.

HSL color Cylindrical-coordinate representation of color #754013: hue angle of 27.55º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #754013 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB1176419-
CMYK00.450.840.54
HSL27.55º72.06%26.67%-
HSV(B)27.55º83.76%45.88%-
XYZ9.297.51.57-
YUV74.7296.56158.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 58.5%
GREEN value IS 64 (25.39% from 255) = 32%
BLUE value IS 19 (7.81% from 255) = 9.5%
R=58.5%
G=32%
B=9.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117641900.450.840.5427.5572.0626.67
Hex75401302D54361c481b
Octal16510023055124663411033
Binary11101011000000100110101101101010011011011100100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754013; }

 p { color: rgb(117,64,19); }

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

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

 a { background-color: rgb(117,64,19); }

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

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

 span { border-color: rgb(117,64,19); }

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