#76491A

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

Shades of Raw Umber #76491A

Tints of Raw Umber #76491A

Color information

#76491A (or 0x76491A) is unknown color: approx Raw Umber. HEX triplet: 76, 49 and 1A. RGB value is (118,73,26). Sum of RGB (Red+Green+Blue) = 118+73+26=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 26 (10.55% from 255 or 11.98% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #76491A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76491A is #89B6E5. Grayscale: #515151. Windows color (decimal): -9025254 or 1722742. OLE color: 1722742.

HSL color Cylindrical-coordinate representation of color #76491A: hue angle of 30.65º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #76491A is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB1187326-
CMYK00.380.780.54
HSL30.65º63.89%28.24%-
HSV(B)30.65º77.97%46.27%-
XYZ10.048.692.13-
YUV81.196.91154.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.38%
GREEN value IS 73 (28.91% from 255) = 33.64%
BLUE value IS 26 (10.55% from 255) = 11.98%
R=54.38%
G=33.64%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118732600.380.780.5430.6563.8928.24
Hex76491A0264E361f401c
Octal16611132046116663710034
Binary11101101001001110100100110100111011011011111100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76491A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76491A; }

 p { color: rgb(118,73,26); }

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

<style>
 a { background-color: #76491A; }

 a { background-color: rgb(118,73,26); }

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

<style>
 span { border-color: #76491A; }

 span { border-color: rgb(118,73,26); }

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