#754710

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

Shades of Raw Umber #754710

Tints of Raw Umber #754710

Color information

#754710 (or 0x754710) is unknown color: approx Raw Umber. HEX triplet: 75, 47 and 10. RGB value is (117,71,16). Sum of RGB (Red+Green+Blue) = 117+71+16=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 16 (6.64% from 255 or 7.84% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #754710 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754710 is #8AB8EF. Grayscale: #4E4E4E. Windows color (decimal): -9091312 or 1066869. OLE color: 1066869.

HSL color Cylindrical-coordinate representation of color #754710: hue angle of 32.67º 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 #754710 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB1177116-
CMYK00.390.860.54
HSL32.67º75.94%26.08%-
HSV(B)32.67º86.32%45.88%-
XYZ9.688.331.59-
YUV78.4892.74155.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.35%
GREEN value IS 71 (28.12% from 255) = 34.80%
BLUE value IS 16 (6.64% from 255) = 7.84%
R=57.35%
G=34.80%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117711600.390.860.5432.6775.9426.08
Hex7547100275636214c1a
Octal16510720047126664111432
Binary111010110001111000001001111010110110110100001100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754710; }

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

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

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

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

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

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

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

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