#2A110F

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

Shades of Seal Brown #2A110F

Tints of Seal Brown #2A110F

Color information

#2A110F (or 0x2A110F) is unknown color: approx Seal Brown. HEX triplet: 2A, 11 and 0F. RGB value is (42,17,15). Sum of RGB (Red+Green+Blue) = 42+17+15=74 (9% of max value = 765). Red value is 42 (16.80% from 255 or 56.76% from 74); Green value is 17 (7.03% from 255 or 22.97% from 74); Blue value is 15 (6.25% from 255 or 20.27% from 74); Max value from RGB is 42 - color contains mainly: red. Hex color #2A110F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A110F is #D5EEF0. Grayscale: #181818. Windows color (decimal): -14020337 or 987434. OLE color: 987434.

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

Color convert

RGB421715-
CMYK00.600.640.84
HSL4.44º47.37%11.18%-
HSV(B)4.44º64.29%16.47%-
XYZ1.240.930.57-
YUV24.25122.78140.66-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 56.76%
GREEN value IS 17 (7.03% from 255) = 22.97%
BLUE value IS 15 (6.25% from 255) = 20.27%
R=56.76%
G=22.97%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.64
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42171500.600.640.844.4447.3711.18
Hex2A11F03C405442fb
Octal52211707410012445713
Binary1010101000111110111100100000010101001001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A110F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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