Html Css Color HEX #2D1915 Seal Brown

📋 copy color: '#2D1915'

red 45 ◦ green 25 ◦ blue 21

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

Shades of Seal Brown #2D1915

Tints of Seal Brown #2D1915

RGB

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

 GREEN value IS 25 (10.16% from 255) = 27.47%

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

R = 49.45%
G = 27.47%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.82

RGB Variations

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

Color information

#2D1915 (or 0x2D1915) is known color: Seal Brown. HEX triplet: 2D, 19 and 15. RGB value is (45,25,21). Sum of RGB (Red+Green+Blue) = 45+25+21=91 (12% of max value = 765). Red value is 45 (17.97% from 255 or 49.45% from 91); Green value is 25 (10.16% from 255 or 27.47% from 91); Blue value is 21 (8.59% from 255 or 23.08% from 91); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D1915 is #D2E6EA. Grayscale: #1E1E1E. Windows color (decimal): -13821675 or 1382701. OLE color: 1382701.

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

Color convert

RGB 45 25 21 -
CMYK 0 0.44 0.53 0.82
HSL 10º 0.36% 0.13% -
HSV(B) 10º 0.53% 0.18% -
XYZ 1.57 1.31 0.88 -
YUV 30.52 122.63 138.33 -
System Red Green Blue C M Y K H S L
Decimal 45 25 21 0 0.44 0.53 0.82 10 0.36 0.13
Hex 2D 19 15 0 2C 35 52 A 24 D
Octal 55 31 25 0 54 65 122 12 44 15
Binary 101101 11001 10101 0 101100 110101 1010010 1010 100100 1101

Color Harmonies of #2D1915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1915

Black with #2D1915

Text Example


Text Example

White with #2D1915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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