#755901

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

Shades of Raw Umber #755901

Tints of Raw Umber #755901

Color information

#755901 (or 0x755901) is unknown color: approx Raw Umber. HEX triplet: 75, 59 and 01. RGB value is (117,89,1). Sum of RGB (Red+Green+Blue) = 117+89+1=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #755901 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755901 is #8AA6FE. Grayscale: #575757. Windows color (decimal): -9086719 or 88437. OLE color: 88437.

HSL color Cylindrical-coordinate representation of color #755901: hue angle of 45.52º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #755901 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB117891-
CMYK00.240.990.54
HSL45.52º98.31%23.14%-
HSV(B)45.52º99.15%45.88%-
XYZ10.9110.931.56-
YUV87.3479.28149.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.52%
GREEN value IS 89 (35.16% from 255) = 43.00%
BLUE value IS 1 (0.78% from 255) = 0.48%
R=56.52%
G=43.00%
B=0.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11789100.240.990.5445.5298.3123.14
Hex7559101863362e6217
Octal1651311030143665614227
Binary1110101101100110110001100011110110101110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755901; }

 p { color: rgb(117,89,1); }

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

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

 a { background-color: rgb(117,89,1); }

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

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

 span { border-color: rgb(117,89,1); }

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