#755310

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

Shades of Raw Umber #755310

Tints of Raw Umber #755310

Color information

#755310 (or 0x755310) is unknown color: approx Raw Umber. HEX triplet: 75, 53 and 10. RGB value is (117,83,16). Sum of RGB (Red+Green+Blue) = 117+83+16=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 83 (32.81% from 255 or 38.43% from 216); Blue value is 16 (6.64% from 255 or 7.41% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #755310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755310 is #8AACEF. Grayscale: #555555. Windows color (decimal): -9088240 or 1069941. OLE color: 1069941.

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

Color convert

RGB1178316-
CMYK00.290.860.54
HSL39.8º75.94%26.08%-
HSV(B)39.8º86.32%45.88%-
XYZ10.5210.011.87-
YUV85.5388.76150.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.17%
GREEN value IS 83 (32.81% from 255) = 38.43%
BLUE value IS 16 (6.64% from 255) = 7.41%
R=54.17%
G=38.43%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117831600.290.860.5439.875.9426.08
Hex75531001D5636284c1a
Octal16512320035126665011432
Binary11101011010011100000111011010110110110101000100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755310; }

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

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

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

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

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

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

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

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