#755019

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

Shades of Raw Umber #755019

Tints of Raw Umber #755019

Color information

#755019 (or 0x755019) is unknown color: approx Raw Umber. HEX triplet: 75, 50 and 19. RGB value is (117,80,25). Sum of RGB (Red+Green+Blue) = 117+80+25=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 25 (10.16% from 255 or 11.26% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #755019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755019 is #8AAFE6. Grayscale: #555555. Windows color (decimal): -9088999 or 1658997. OLE color: 1658997.

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

Color convert

RGB1178025-
CMYK00.320.790.54
HSL35.87º64.79%27.84%-
HSV(B)35.87º78.63%45.88%-
XYZ10.389.592.22-
YUV84.7994.26150.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.70%
GREEN value IS 80 (31.64% from 255) = 36.04%
BLUE value IS 25 (10.16% from 255) = 11.26%
R=52.70%
G=36.04%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117802500.320.790.5435.8764.7927.84
Hex7550190204F3624411c
Octal16512031040117664410134
Binary111010110100001100101000001001111110110100100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755019; }

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

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

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

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

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

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

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

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