Html Css Color HEX #2D1511 Seal Brown

📋 copy color: '#2D1511'

red 45 ◦ green 21 ◦ blue 17

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

Shades of Seal Brown #2D1511

Tints of Seal Brown #2D1511

RGB

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

 GREEN value IS 21 (8.59% from 255) = 25.3%

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

R = 54.22%
G = 25.3%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.82

RGB Variations

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

Color information

#2D1511 (or 0x2D1511) is known color: Seal Brown. HEX triplet: 2D, 15 and 11. RGB value is (45,21,17). Sum of RGB (Red+Green+Blue) = 45+21+17=83 (10% of max value = 765). Red value is 45 (17.97% from 255 or 54.22% from 83); Green value is 21 (8.59% from 255 or 25.30% from 83); Blue value is 17 (7.03% from 255 or 20.48% from 83); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D1511 is #D2EAEE. Grayscale: #1B1B1B. Windows color (decimal): -13822703 or 1119533. OLE color: 1119533.

HSL color Cylindrical-coordinate representation of color #2D1511: hue angle of 8.57º 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 #2D1511 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.82.

Color convert

RGB 45 21 17 -
CMYK 0 0.53 0.62 0.82
HSL 8.57º 0.45% 0.12% -
HSV(B) 8.57º 0.62% 0.18% -
XYZ 1.45 1.13 0.67 -
YUV 27.72 121.95 140.33 -
System Red Green Blue C M Y K H S L
Decimal 45 21 17 0 0.53 0.62 0.82 8.57 0.45 0.12
Hex 2D 15 11 0 35 3E 52 9 2D C
Octal 55 25 21 0 65 76 122 11 55 14
Binary 101101 10101 10001 0 110101 111110 1010010 1001 101101 1100

Color Harmonies of #2D1511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1511

Black with #2D1511

Text Example


Text Example

White with #2D1511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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