#2A120C

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

Shades of Seal Brown #2A120C

Tints of Seal Brown #2A120C

Color information

#2A120C (or 0x2A120C) is unknown color: approx Seal Brown. HEX triplet: 2A, 12 and 0C. RGB value is (42,18,12). Sum of RGB (Red+Green+Blue) = 42+18+12=72 (9% of max value = 765). Red value is 42 (16.80% from 255 or 58.33% from 72); Green value is 18 (7.42% from 255 or 25% from 72); Blue value is 12 (5.08% from 255 or 16.67% from 72); Max value from RGB is 42 - color contains mainly: red. Hex color #2A120C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A120C is #D5EDF3. Grayscale: #181818. Windows color (decimal): -14020084 or 791082. OLE color: 791082.

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

Color convert

RGB421812-
CMYK00.570.710.84
HSL12º55.56%10.59%-
HSV(B)12º71.43%16.47%-
XYZ1.240.950.47-
YUV24.49120.95140.49-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 58.33%
GREEN value IS 18 (7.42% from 255) = 25%
BLUE value IS 12 (5.08% from 255) = 16.67%
R=58.33%
G=25%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.71
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42181200.570.710.841255.5610.59
Hex2A12C0394754c38b
Octal522214071107124147013
Binary10101010010110001110011000111101010011001110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A120C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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