#755602

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

Shades of Raw Umber #755602

Tints of Raw Umber #755602

Color information

#755602 (or 0x755602) is unknown color: approx Raw Umber. HEX triplet: 75, 56 and 02. RGB value is (117,86,2). Sum of RGB (Red+Green+Blue) = 117+86+2=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #755602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755602 is #8AA9FD. Grayscale: #565656. Windows color (decimal): -9087486 or 153205. OLE color: 153205.

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

Color convert

RGB117862-
CMYK00.260.980.54
HSL43.83º96.64%23.33%-
HSV(B)43.83º98.29%45.88%-
XYZ10.6710.441.51-
YUV85.6980.77150.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.07%
GREEN value IS 86 (33.98% from 255) = 41.95%
BLUE value IS 2 (1.17% from 255) = 0.98%
R=57.07%
G=41.95%
B=0.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11786200.260.980.5443.8396.6423.33
Hex7556201A62362c6117
Octal1651262032142665414127
Binary11101011010110100110101100010110110101100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755602; }

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

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

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

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

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

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

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

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