Html Css Color HEX #2A1513 Seal Brown

📋 copy color: '#2A1513'

red 42 ◦ green 21 ◦ blue 19

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

Shades of Seal Brown #2A1513

Tints of Seal Brown #2A1513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 23.17%

R = 51.22%
G = 25.61%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0.84

RGB Variations

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

Color information

#2A1513 (or 0x2A1513) is known color: Seal Brown. HEX triplet: 2A, 15 and 13. RGB value is (42,21,19). Sum of RGB (Red+Green+Blue) = 42+21+19=82 (10% of max value = 765). Red value is 42 (16.80% from 255 or 51.22% from 82); Green value is 21 (8.59% from 255 or 25.61% from 82); Blue value is 19 (7.81% from 255 or 23.17% from 82); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A1513 is #D5EAEC. Grayscale: #1B1B1B. Windows color (decimal): -14019309 or 1250602. OLE color: 1250602.

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

Color convert

RGB 42 21 19 -
CMYK 0 0.50 0.55 0.84
HSL 5.22º 0.38% 0.12% -
HSV(B) 5.22º 0.55% 0.16% -
XYZ 1.34 1.08 0.75 -
YUV 27.05 123.46 138.66 -
System Red Green Blue C M Y K H S L
Decimal 42 21 19 0 0.50 0.55 0.84 5.22 0.38 0.12
Hex 2A 15 13 0 32 37 54 5 26 C
Octal 52 25 23 0 62 67 124 5 46 14
Binary 101010 10101 10011 0 110010 110111 1010100 101 100110 1100

Color Harmonies of #2A1513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A1513

Black with #2A1513

Text Example


Text Example

White with #2A1513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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