#755E0B

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

Shades of Raw Umber #755E0B

Tints of Raw Umber #755E0B

Color information

#755E0B (or 0x755E0B) is unknown color: approx Raw Umber. HEX triplet: 75, 5E and 0B. RGB value is (117,94,11). Sum of RGB (Red+Green+Blue) = 117+94+11=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 94 (37.11% from 255 or 42.34% from 222); Blue value is 11 (4.69% from 255 or 4.95% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #755E0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755E0B is #8AA1F4. Grayscale: #5B5B5B. Windows color (decimal): -9085429 or 745077. OLE color: 745077.

HSL color Cylindrical-coordinate representation of color #755E0B: hue angle of 46.98º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #755E0B is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB1179411-
CMYK00.200.910.54
HSL46.98º82.81%25.1%-
HSV(B)46.98º90.6%45.88%-
XYZ11.411.812-
YUV91.4282.62146.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.70%
GREEN value IS 94 (37.11% from 255) = 42.34%
BLUE value IS 11 (4.69% from 255) = 4.95%
R=52.70%
G=42.34%
B=4.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117941100.200.910.5446.9882.8125.1
Hex755EB0145B362f5319
Octal16513613024133665712331
Binary1110101101111010110101001011011110110101111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,94,11); }

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

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

 a { background-color: rgb(117,94,11); }

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

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

 span { border-color: rgb(117,94,11); }

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