#755B02

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

Shades of Raw Umber #755B02

Tints of Raw Umber #755B02

Color information

#755B02 (or 0x755B02) is unknown color: approx Raw Umber. HEX triplet: 75, 5B and 02. RGB value is (117,91,2). Sum of RGB (Red+Green+Blue) = 117+91+2=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 91 (35.94% from 255 or 43.33% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #755B02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755B02 is #8AA4FD. Grayscale: #595959. Windows color (decimal): -9086206 or 154485. OLE color: 154485.

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

Color convert

RGB117912-
CMYK00.220.980.54
HSL46.43º96.64%23.33%-
HSV(B)46.43º98.29%45.88%-
XYZ11.0911.271.65-
YUV88.6379.11148.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.71%
GREEN value IS 91 (35.94% from 255) = 43.33%
BLUE value IS 2 (1.17% from 255) = 0.95%
R=55.71%
G=43.33%
B=0.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11791200.220.980.5446.4396.6423.33
Hex755B201662362e6117
Octal1651332026142665614127
Binary11101011011011100101101100010110110101110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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