#2D1D1A

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

Shades of Seal Brown #2D1D1A

Tints of Seal Brown #2D1D1A

Color information

#2D1D1A (or 0x2D1D1A) is unknown color: approx Seal Brown. HEX triplet: 2D, 1D and 1A. RGB value is (45,29,26). Sum of RGB (Red+Green+Blue) = 45+29+26=100 (13% of max value = 765). Red value is 45 (17.97% from 255 or 45% from 100); Green value is 29 (11.72% from 255 or 29% from 100); Blue value is 26 (10.55% from 255 or 26% from 100); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1D1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D1D1A is #D2E2E5. Grayscale: #212121. Windows color (decimal): -13820646 or 1711405. OLE color: 1711405.

HSL color Cylindrical-coordinate representation of color #2D1D1A: hue angle of 9.47º degrees, saturation: 0.27, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2D1D1A is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.82.

Color convert

RGB452926-
CMYK00.360.420.82
HSL9.47º26.76%13.92%-
HSV(B)9.47º42.22%17.65%-
XYZ1.711.511.18-
YUV33.44123.8136.24-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 45%
GREEN value IS 29 (11.72% from 255) = 29%
BLUE value IS 26 (10.55% from 255) = 26%
R=45%
G=29%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45292600.360.420.829.4726.7613.92
Hex2D1D1A0242A5291be
Octal55353204452122113316
Binary1011011110111010010010010101010100101001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,29,26); }

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

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

 a { background-color: rgb(45,29,26); }

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

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

 span { border-color: rgb(45,29,26); }

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