#755A02

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

Shades of Raw Umber #755A02

Tints of Raw Umber #755A02

Color information

#755A02 (or 0x755A02) is unknown color: approx Raw Umber. HEX triplet: 75, 5A and 02. RGB value is (117,90,2). Sum of RGB (Red+Green+Blue) = 117+90+2=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 90 (35.55% from 255 or 43.06% from 209); Blue value is 2 (1.17% from 255 or 0.96% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #755A02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755A02 is #8AA5FD. Grayscale: #585858. Windows color (decimal): -9086462 or 154229. OLE color: 154229.

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

Color convert

RGB117902-
CMYK00.230.980.54
HSL45.91º96.64%23.33%-
HSV(B)45.91º98.29%45.88%-
XYZ1111.11.62-
YUV88.0479.45148.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.98%
GREEN value IS 90 (35.55% from 255) = 43.06%
BLUE value IS 2 (1.17% from 255) = 0.96%
R=55.98%
G=43.06%
B=0.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11790200.230.980.5445.9196.6423.33
Hex755A201762362e6117
Octal1651322027142665614127
Binary11101011011010100101111100010110110101110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755A02; }

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

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

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

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

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

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

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

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