#2A100B

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

Shades of Seal Brown #2A100B

Tints of Seal Brown #2A100B

Color information

#2A100B (or 0x2A100B) is unknown color: approx Seal Brown. HEX triplet: 2A, 10 and 0B. RGB value is (42,16,11). Sum of RGB (Red+Green+Blue) = 42+16+11=69 (9% of max value = 765). Red value is 42 (16.80% from 255 or 60.87% from 69); Green value is 16 (6.64% from 255 or 23.19% from 69); Blue value is 11 (4.69% from 255 or 15.94% from 69); Max value from RGB is 42 - color contains mainly: red. Hex color #2A100B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A100B is #D5EFF4. Grayscale: #171717. Windows color (decimal): -14020597 or 725034. OLE color: 725034.

HSL color Cylindrical-coordinate representation of color #2A100B: hue angle of 9.68º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A100B is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.84.

Color convert

RGB421611-
CMYK00.620.740.84
HSL9.68º58.49%10.39%-
HSV(B)9.68º73.81%16.47%-
XYZ1.20.890.42-
YUV23.2121.11141.41-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 60.87%
GREEN value IS 16 (6.64% from 255) = 23.19%
BLUE value IS 11 (4.69% from 255) = 15.94%
R=60.87%
G=23.19%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.74
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42161100.620.740.849.6858.4910.39
Hex2A10B03E4A54a3aa
Octal522013076112124127212
Binary10101010000101101111101001010101010010101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A100B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,16,11); }

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

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

 a { background-color: rgb(42,16,11); }

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

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

 span { border-color: rgb(42,16,11); }

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