Html Css Color HEX #2D1815 Seal Brown

📋 copy color: '#2D1815'

red 45 ◦ green 24 ◦ blue 21

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

Shades of Seal Brown #2D1815

Tints of Seal Brown #2D1815

RGB

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

 GREEN value IS 24 (9.77% from 255) = 26.67%

 BLUE value IS 21 (8.59% from 255) = 23.33%

R = 50%
G = 26.67%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.82

RGB Variations

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

Color information

#2D1815 (or 0x2D1815) is known color: Seal Brown. HEX triplet: 2D, 18 and 15. RGB value is (45,24,21). Sum of RGB (Red+Green+Blue) = 45+24+21=90 (11% of max value = 765). Red value is 45 (17.97% from 255 or 50% from 90); Green value is 24 (9.77% from 255 or 26.67% from 90); Blue value is 21 (8.59% from 255 or 23.33% from 90); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D1815 is #D2E7EA. Grayscale: #1D1D1D. Windows color (decimal): -13821931 or 1382445. OLE color: 1382445.

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

Color convert

RGB 45 24 21 -
CMYK 0 0.47 0.53 0.82
HSL 7.5º 0.36% 0.13% -
HSV(B) 7.5º 0.53% 0.18% -
XYZ 1.54 1.27 0.87 -
YUV 29.94 122.96 138.74 -
System Red Green Blue C M Y K H S L
Decimal 45 24 21 0 0.47 0.53 0.82 7.5 0.36 0.13
Hex 2D 18 15 0 2F 35 52 8 24 D
Octal 55 30 25 0 57 65 122 10 44 15
Binary 101101 11000 10101 0 101111 110101 1010010 1000 100100 1101

Color Harmonies of #2D1815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1815

Black with #2D1815

Text Example


Text Example

White with #2D1815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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