#755802

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

Shades of Raw Umber #755802

Tints of Raw Umber #755802

Color information

#755802 (or 0x755802) is unknown color: approx Raw Umber. HEX triplet: 75, 58 and 02. RGB value is (117,88,2). Sum of RGB (Red+Green+Blue) = 117+88+2=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 2 (1.17% from 255 or 0.97% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #755802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755802 is #8AA7FD. Grayscale: #575757. Windows color (decimal): -9086974 or 153717. OLE color: 153717.

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

Color convert

RGB117882-
CMYK00.250.980.54
HSL44.87º96.64%23.33%-
HSV(B)44.87º98.29%45.88%-
XYZ10.8410.771.56-
YUV86.8780.11149.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.52%
GREEN value IS 88 (34.77% from 255) = 42.51%
BLUE value IS 2 (1.17% from 255) = 0.97%
R=56.52%
G=42.51%
B=0.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11788200.250.980.5444.8796.6423.33
Hex7558201962362d6117
Octal1651302031142665514127
Binary11101011011000100110011100010110110101101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755802; }

 p { color: rgb(117,88,2); }

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

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

 a { background-color: rgb(117,88,2); }

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

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

 span { border-color: rgb(117,88,2); }

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