#755519

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

Shades of Raw Umber #755519

Tints of Raw Umber #755519

Color information

#755519 (or 0x755519) is unknown color: approx Raw Umber. HEX triplet: 75, 55 and 19. RGB value is (117,85,25). Sum of RGB (Red+Green+Blue) = 117+85+25=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 25 (10.16% from 255 or 11.01% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #755519 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755519 is #8AAAE6. Grayscale: #585858. Windows color (decimal): -9087719 or 1660277. OLE color: 1660277.

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

Color convert

RGB1178525-
CMYK00.270.790.54
HSL39.13º64.79%27.84%-
HSV(B)39.13º78.63%45.88%-
XYZ10.7610.352.35-
YUV87.7392.6148.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.54%
GREEN value IS 85 (33.59% from 255) = 37.44%
BLUE value IS 25 (10.16% from 255) = 11.01%
R=51.54%
G=37.44%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117852500.270.790.5439.1364.7927.84
Hex75551901B4F3627411c
Octal16512531033117664710134
Binary11101011010101110010110111001111110110100111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755519; }

 p { color: rgb(117,85,25); }

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

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

 a { background-color: rgb(117,85,25); }

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

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

 span { border-color: rgb(117,85,25); }

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