#755C02

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

Shades of Raw Umber #755C02

Tints of Raw Umber #755C02

Color information

#755C02 (or 0x755C02) is unknown color: approx Raw Umber. HEX triplet: 75, 5C and 02. RGB value is (117,92,2). Sum of RGB (Red+Green+Blue) = 117+92+2=211 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.45% from 211); Green value is 92 (36.33% from 255 or 43.60% from 211); Blue value is 2 (1.17% from 255 or 0.95% from 211); Max value from RGB is 117 - color contains mainly: red. Hex color #755C02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755C02 is #8AA3FD. Grayscale: #595959. Windows color (decimal): -9085950 or 154741. OLE color: 154741.

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

Color convert

RGB117922-
CMYK00.210.980.54
HSL46.96º96.64%23.33%-
HSV(B)46.96º98.29%45.88%-
XYZ11.1711.441.68-
YUV89.2178.78147.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.45%
GREEN value IS 92 (36.33% from 255) = 43.60%
BLUE value IS 2 (1.17% from 255) = 0.95%
R=55.45%
G=43.60%
B=0.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11792200.210.980.5446.9696.6423.33
Hex755C201562362f6117
Octal1651342025142665714127
Binary11101011011100100101011100010110110101111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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