#76441A

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

Shades of Russet #76441A

Tints of Russet #76441A

Color information

#76441A (or 0x76441A) is unknown color: approx Russet. HEX triplet: 76, 44 and 1A. RGB value is (118,68,26). Sum of RGB (Red+Green+Blue) = 118+68+26=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 26 (10.55% from 255 or 12.26% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #76441A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76441A is #89BBE5. Grayscale: #4E4E4E. Windows color (decimal): -9026534 or 1721462. OLE color: 1721462.

HSL color Cylindrical-coordinate representation of color #76441A: hue angle of 27.39º 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 #76441A is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB1186826-
CMYK00.420.780.54
HSL27.39º63.89%28.24%-
HSV(B)27.39º77.97%46.27%-
XYZ9.728.062.02-
YUV78.1698.56156.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.66%
GREEN value IS 68 (26.95% from 255) = 32.08%
BLUE value IS 26 (10.55% from 255) = 12.26%
R=55.66%
G=32.08%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118682600.420.780.5427.3963.8928.24
Hex76441A02A4E361b401c
Octal16610432052116663310034
Binary11101101000100110100101010100111011011011011100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76441A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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