Html Css Color HEX #2A1915 Seal Brown

📋 copy color: '#2A1915'

red 42 ◦ green 25 ◦ blue 21

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

Shades of Seal Brown #2A1915

Tints of Seal Brown #2A1915

RGB

 RED value IS 42 (16.8% from 255) = 47.73%

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

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

R = 47.73%
G = 28.41%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.84

RGB Variations

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

Color information

#2A1915 (or 0x2A1915) is known color: Seal Brown. HEX triplet: 2A, 19 and 15. RGB value is (42,25,21). Sum of RGB (Red+Green+Blue) = 42+25+21=88 (11% of max value = 765). Red value is 42 (16.80% from 255 or 47.73% from 88); Green value is 25 (10.16% from 255 or 28.41% from 88); Blue value is 21 (8.59% from 255 or 23.86% from 88); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A1915 is #D5E6EA. Grayscale: #1D1D1D. Windows color (decimal): -14018283 or 1382698. OLE color: 1382698.

HSL color Cylindrical-coordinate representation of color #2A1915: hue angle of 11.43º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2A1915 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.84.

Color convert

RGB 42 25 21 -
CMYK 0 0.40 0.50 0.84
HSL 11.43º 0.33% 0.12% -
HSV(B) 11.43º 0.5% 0.16% -
XYZ 1.44 1.24 0.87 -
YUV 29.63 123.13 136.83 -
System Red Green Blue C M Y K H S L
Decimal 42 25 21 0 0.40 0.50 0.84 11.43 0.33 0.12
Hex 2A 19 15 0 28 32 54 B 21 C
Octal 52 31 25 0 50 62 124 13 41 14
Binary 101010 11001 10101 0 101000 110010 1010100 1011 100001 1100

Color Harmonies of #2A1915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A1915

Black with #2A1915

Text Example


Text Example

White with #2A1915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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