#755201

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

Shades of Raw Umber #755201

Tints of Raw Umber #755201

Color information

#755201 (or 0x755201) is unknown color: approx Raw Umber. HEX triplet: 75, 52 and 01. RGB value is (117,82,1). Sum of RGB (Red+Green+Blue) = 117+82+1=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 1 (0.78% from 255 or 0.5% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #755201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755201 is #8AADFE. Grayscale: #535353. Windows color (decimal): -9088511 or 86645. OLE color: 86645.

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

Color convert

RGB117821-
CMYK00.300.990.54
HSL41.9º98.31%23.14%-
HSV(B)41.9º99.15%45.88%-
XYZ10.369.821.38-
YUV83.2381.6152.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 58.5%
GREEN value IS 82 (32.42% from 255) = 41%
BLUE value IS 1 (0.78% from 255) = 0.5%
R=58.5%
G=41%
B=0.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11782100.300.990.5441.998.3123.14
Hex7552101E63362a6217
Octal1651221036143665214227
Binary1110101101001010111101100011110110101010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755201; }

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

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

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

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

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

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

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

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