#76580D

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

Shades of Raw Umber #76580D

Tints of Raw Umber #76580D

Color information

#76580D (or 0x76580D) is unknown color: approx Raw Umber. HEX triplet: 76, 58 and 0D. RGB value is (118,88,13). Sum of RGB (Red+Green+Blue) = 118+88+13=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 88 (34.77% from 255 or 40.18% from 219); Blue value is 13 (5.47% from 255 or 5.94% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #76580D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76580D is #89A7F2. Grayscale: #585858. Windows color (decimal): -9021427 or 874614. OLE color: 874614.

HSL color Cylindrical-coordinate representation of color #76580D: hue angle of 42.86º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #76580D is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB1188813-
CMYK00.250.890.54
HSL42.86º80.15%25.69%-
HSV(B)42.86º88.98%46.27%-
XYZ11.0310.861.9-
YUV88.4285.44149.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.88%
GREEN value IS 88 (34.77% from 255) = 40.18%
BLUE value IS 13 (5.47% from 255) = 5.94%
R=53.88%
G=40.18%
B=5.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118881300.250.890.5442.8680.1525.69
Hex7658D01959362b501a
Octal16613015031131665312032
Binary1110110101100011010110011011001110110101011101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76580D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76580D; }

 p { color: rgb(118,88,13); }

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

<style>
 a { background-color: #76580D; }

 a { background-color: rgb(118,88,13); }

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

<style>
 span { border-color: #76580D; }

 span { border-color: rgb(118,88,13); }

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