#2A1106

Color #2A1106 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #2A1106

Tints of Seal Brown #2A1106

Color information

#2A1106 (or 0x2A1106) is unknown color: approx Seal Brown. HEX triplet: 2A, 11 and 06. RGB value is (42,17,6). Sum of RGB (Red+Green+Blue) = 42+17+6=65 (8% of max value = 765). Red value is 42 (16.80% from 255 or 64.62% from 65); Green value is 17 (7.03% from 255 or 26.15% from 65); Blue value is 6 (2.73% from 255 or 9.23% from 65); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A1106 is #D5EEF9. Grayscale: #171717. Windows color (decimal): -14020346 or 397610. OLE color: 397610.

HSL color Cylindrical-coordinate representation of color #2A1106: hue angle of 18.33º degrees, saturation: 0.75, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2A1106 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.84.

Color convert

RGB42176-
CMYK00.600.860.84
HSL18.33º75%9.41%-
HSV(B)18.33º85.71%16.47%-
XYZ1.190.910.28-
YUV23.22118.28141.39-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 64.62%
GREEN value IS 17 (7.03% from 255) = 26.15%
BLUE value IS 6 (2.73% from 255) = 9.23%
R=64.62%
G=26.15%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.86
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4217600.600.860.8418.33759.41
Hex2A11603C5654124b9
Octal522160741261242211311
Binary101010100011100111100101011010101001001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A1106; }

 p { color: rgb(42,17,6); }

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

<style>
 a { background-color: #2A1106; }

 a { background-color: rgb(42,17,6); }

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

<style>
 span { border-color: #2A1106; }

 span { border-color: rgb(42,17,6); }

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