#75500B

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

Shades of Raw Umber #75500B

Tints of Raw Umber #75500B

Color information

#75500B (or 0x75500B) is unknown color: approx Raw Umber. HEX triplet: 75, 50 and 0B. RGB value is (117,80,11). Sum of RGB (Red+Green+Blue) = 117+80+11=208 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.25% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 11 (4.69% from 255 or 5.29% from 208); Max value from RGB is 117 - color contains mainly: red. Hex color #75500B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75500B is #8AAFF4. Grayscale: #535353. Windows color (decimal): -9089013 or 741493. OLE color: 741493.

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

Color convert

RGB1178011-
CMYK00.320.910.54
HSL39.06º82.81%25.1%-
HSV(B)39.06º90.6%45.88%-
XYZ10.279.541.62-
YUV83.287.26152.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.25%
GREEN value IS 80 (31.64% from 255) = 38.46%
BLUE value IS 11 (4.69% from 255) = 5.29%
R=56.25%
G=38.46%
B=5.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117801100.320.910.5439.0682.8125.1
Hex7550B0205B36275319
Octal16512013040133664712331
Binary11101011010000101101000001011011110110100111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75500B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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