#75500E

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

Shades of Raw Umber #75500E

Tints of Raw Umber #75500E

Color information

#75500E (or 0x75500E) is unknown color: approx Raw Umber. HEX triplet: 75, 50 and 0E. RGB value is (117,80,14). Sum of RGB (Red+Green+Blue) = 117+80+14=211 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.45% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 14 (5.86% from 255 or 6.64% from 211); Max value from RGB is 117 - color contains mainly: red. Hex color #75500E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75500E is #8AAFF1. Grayscale: #535353. Windows color (decimal): -9089010 or 938101. OLE color: 938101.

HSL color Cylindrical-coordinate representation of color #75500E: hue angle of 38.45º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #75500E is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB1178014-
CMYK00.320.880.54
HSL38.45º78.63%25.69%-
HSV(B)38.45º88.03%45.88%-
XYZ10.289.551.72-
YUV83.5488.76151.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.45%
GREEN value IS 80 (31.64% from 255) = 37.91%
BLUE value IS 14 (5.86% from 255) = 6.64%
R=55.45%
G=37.91%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.88
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117801400.320.880.5438.4578.6325.69
Hex7550E0205836264f1a
Octal16512016040130664611732
Binary11101011010000111001000001011000110110100110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75500E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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