#2A0A06

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

Shades of Seal Brown #2A0A06

Tints of Seal Brown #2A0A06

Color information

#2A0A06 (or 0x2A0A06) is unknown color: approx Seal Brown. HEX triplet: 2A, 0A and 06. RGB value is (42,10,6). Sum of RGB (Red+Green+Blue) = 42+10+6=58 (7% of max value = 765). Red value is 42 (16.80% from 255 or 72.41% from 58); Green value is 10 (4.30% from 255 or 17.24% from 58); Blue value is 6 (2.73% from 255 or 10.34% from 58); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0A06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A0A06 is #D5F5F9. Grayscale: #131313. Windows color (decimal): -14022138 or 395818. OLE color: 395818.

HSL color Cylindrical-coordinate representation of color #2A0A06: hue angle of 6.67º 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 #2A0A06 is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.84.

Color convert

RGB42106-
CMYK00.760.860.84
HSL6.67º75%9.41%-
HSV(B)6.67º85.71%16.47%-
XYZ1.10.720.25-
YUV19.11120.6144.33-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 72.41%
GREEN value IS 10 (4.30% from 255) = 17.24%
BLUE value IS 6 (2.73% from 255) = 10.34%
R=72.41%
G=17.24%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.86
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4210600.760.860.846.67759.41
Hex2AA604C565474b9
Octal521260114126124711311
Binary1010101010110010011001010110101010011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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