#2A0C05

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

Shades of Seal Brown #2A0C05

Tints of Seal Brown #2A0C05

Color information

#2A0C05 (or 0x2A0C05) is unknown color: approx Seal Brown. HEX triplet: 2A, 0C and 05. RGB value is (42,12,5). Sum of RGB (Red+Green+Blue) = 42+12+5=59 (7% of max value = 765). Red value is 42 (16.80% from 255 or 71.19% from 59); Green value is 12 (5.08% from 255 or 20.34% from 59); Blue value is 5 (2.34% from 255 or 8.47% from 59); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0C05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A0C05 is #D5F3FA. Grayscale: #141414. Windows color (decimal): -14021627 or 330794. OLE color: 330794.

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

Color convert

RGB42125-
CMYK00.710.880.84
HSL11.35º78.72%9.22%-
HSV(B)11.35º88.1%16.47%-
XYZ1.110.770.23-
YUV20.17119.44143.57-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 71.19%
GREEN value IS 12 (5.08% from 255) = 20.34%
BLUE value IS 5 (2.34% from 255) = 8.47%
R=71.19%
G=20.34%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.88
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4212500.710.880.8411.3578.729.22
Hex2AC50475854b4f9
Octal5214501071301241311711
Binary10101011001010100011110110001010100101110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,12,5); }

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

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

 a { background-color: rgb(42,12,5); }

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

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

 span { border-color: rgb(42,12,5); }

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