#75510B

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

Shades of Raw Umber #75510B

Tints of Raw Umber #75510B

Color information

#75510B (or 0x75510B) is unknown color: approx Raw Umber. HEX triplet: 75, 51 and 0B. RGB value is (117,81,11). Sum of RGB (Red+Green+Blue) = 117+81+11=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 81 (32.03% from 255 or 38.76% from 209); Blue value is 11 (4.69% from 255 or 5.26% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #75510B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75510B is #8AAEF4. Grayscale: #545454. Windows color (decimal): -9088757 or 741749. OLE color: 741749.

HSL color Cylindrical-coordinate representation of color #75510B: hue angle of 39.62º 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 #75510B is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB1178111-
CMYK00.310.910.54
HSL39.62º82.81%25.1%-
HSV(B)39.62º90.6%45.88%-
XYZ10.349.691.64-
YUV83.7886.93151.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.98%
GREEN value IS 81 (32.03% from 255) = 38.76%
BLUE value IS 11 (4.69% from 255) = 5.26%
R=55.98%
G=38.76%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117811100.310.910.5439.6282.8125.1
Hex7551B01F5B36285319
Octal16512113037133665012331
Binary1110101101000110110111111011011110110101000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75510B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75510B; }

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

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

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

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

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

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

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

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