#754510

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

Shades of Raw Umber #754510

Tints of Raw Umber #754510

Color information

#754510 (or 0x754510) is unknown color: approx Raw Umber. HEX triplet: 75, 45 and 10. RGB value is (117,69,16). Sum of RGB (Red+Green+Blue) = 117+69+16=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 16 (6.64% from 255 or 7.92% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #754510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754510 is #8ABAEF. Grayscale: #4D4D4D. Windows color (decimal): -9091824 or 1066357. OLE color: 1066357.

HSL color Cylindrical-coordinate representation of color #754510: hue angle of 31.49º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #754510 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB1176916-
CMYK00.410.860.54
HSL31.49º75.94%26.08%-
HSV(B)31.49º86.32%45.88%-
XYZ9.568.081.55-
YUV77.3193.4156.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.92%
GREEN value IS 69 (27.34% from 255) = 34.16%
BLUE value IS 16 (6.64% from 255) = 7.92%
R=57.92%
G=34.16%
B=7.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117691600.410.860.5431.4975.9426.08
Hex75451002956361f4c1a
Octal16510520051126663711432
Binary11101011000101100000101001101011011011011111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754510; }

 p { color: rgb(117,69,16); }

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

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

 a { background-color: rgb(117,69,16); }

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

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

 span { border-color: rgb(117,69,16); }

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