#76460D

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

Shades of Raw Umber #76460D

Tints of Raw Umber #76460D

Color information

#76460D (or 0x76460D) is unknown color: approx Raw Umber. HEX triplet: 76, 46 and 0D. RGB value is (118,70,13). Sum of RGB (Red+Green+Blue) = 118+70+13=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #76460D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76460D is #89B9F2. Grayscale: #4E4E4E. Windows color (decimal): -9026035 or 870006. OLE color: 870006.

HSL color Cylindrical-coordinate representation of color #76460D: hue angle of 32.57º 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 #76460D is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB1187013-
CMYK00.410.890.54
HSL32.57º80.15%25.69%-
HSV(B)32.57º88.98%46.27%-
XYZ9.738.261.46-
YUV77.8591.4156.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.71%
GREEN value IS 70 (27.73% from 255) = 34.83%
BLUE value IS 13 (5.47% from 255) = 6.47%
R=58.71%
G=34.83%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118701300.410.890.5432.5780.1525.69
Hex7646D029593621501a
Octal16610615051131664112032
Binary11101101000110110101010011011001110110100001101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76460D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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