#755000

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

Shades of Raw Umber #755000

Tints of Raw Umber #755000

Color information

#755000 (or 0x755000) is unknown color: approx Raw Umber. HEX triplet: 75, 50 and 00. RGB value is (117,80,0). Sum of RGB (Red+Green+Blue) = 117+80+0=197 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.39% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 117 - color contains mainly: red. Hex color #755000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755000 is #8AAFFF. Grayscale: #525252. Windows color (decimal): -9089024 or 20597. OLE color: 20597.

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

Color convert

RGB117800-
CMYK00.3210.54
HSL41.03º100%22.94%-
HSV(B)41.03º100%45.88%-
XYZ10.29.521.3-
YUV81.9481.76153-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 59.39%
GREEN value IS 80 (31.64% from 255) = 40.61%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.39%
G=40.61%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11780000.3210.5441.0310022.94
Hex755000206436296417
Octal1651200040144665114427
Binary11101011010000001000001100100110110101001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755000; }

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

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

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

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

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

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

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

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