Html Css Color HEX #2D1211 Seal Brown

📋 copy color: '#2D1211'

red 45 ◦ green 18 ◦ blue 17

#2D1211
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #2D1211

Tints of Seal Brown #2D1211

RGB

 RED value IS 45 (17.97% from 255) = 56.25%

 GREEN value IS 18 (7.42% from 255) = 22.5%

 BLUE value IS 17 (7.03% from 255) = 21.25%

R = 56.25%
G = 22.5%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.62

 K value IS 0.82

RGB Variations

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

Color information

#2D1211 (or 0x2D1211) is known color: Seal Brown. HEX triplet: 2D, 12 and 11. RGB value is (45,18,17). Sum of RGB (Red+Green+Blue) = 45+18+17=80 (10% of max value = 765). Red value is 45 (17.97% from 255 or 56.25% from 80); Green value is 18 (7.42% from 255 or 22.5% from 80); Blue value is 17 (7.03% from 255 or 21.25% from 80); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D1211 is #D2EDEE. Grayscale: #191919. Windows color (decimal): -13823471 or 1118765. OLE color: 1118765.

HSL color Cylindrical-coordinate representation of color #2D1211: hue angle of 2.14º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D1211 is Cyan = 0, Magento = 0.6, Yellow = 0.62 and Black (K on CMYK) = 0.82.

Color convert

RGB 45 18 17 -
CMYK 0 0.6 0.62 0.82
HSL 2.14º 0.45% 0.12% -
HSV(B) 2.14º 0.62% 0.18% -
XYZ 1.4 1.03 0.66 -
YUV 25.96 122.95 141.58 -
System Red Green Blue C M Y K H S L
Decimal 45 18 17 0 0.6 0.62 0.82 2.14 0.45 0.12
Hex 2D 12 11 0 3C 3E 52 2 2D C
Octal 55 22 21 0 74 76 122 2 55 14
Binary 101101 10010 10001 0 111100 111110 1010010 10 101101 1100

Color Harmonies of #2D1211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1211

Black with #2D1211

Text Example


Text Example

White with #2D1211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,18,17); }

 H1.HeaderClassName
 {
   color: #2D1211;
 }
 .AnyTagClassName
 {
   color: #2D1211;
 }
</style>

background-color css

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

 a { background-color: rgb(45,18,17); }

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

border-color css

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

 span { border-color: rgb(45,18,17); }

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