Html Css Color HEX #2A150D Seal Brown

📋 copy color: '#2A150D'

red 42 ◦ green 21 ◦ blue 13

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

Shades of Seal Brown #2A150D

Tints of Seal Brown #2A150D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 17.11%

R = 55.26%
G = 27.63%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.84

RGB Variations

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

Color information

#2A150D (or 0x2A150D) is known color: Seal Brown. HEX triplet: 2A, 15 and 0D. RGB value is (42,21,13). Sum of RGB (Red+Green+Blue) = 42+21+13=76 (10% of max value = 765). Red value is 42 (16.80% from 255 or 55.26% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 13 (5.47% from 255 or 17.11% from 76); Max value from RGB is 42 - color contains mainly: red. Hex color #2A150D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A150D is #D5EAF2. Grayscale: #1A1A1A. Windows color (decimal): -14019315 or 857386. OLE color: 857386.

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

Color convert

RGB 42 21 13 -
CMYK 0 0.50 0.69 0.84
HSL 16.55º 0.53% 0.11% -
HSV(B) 16.55º 0.69% 0.16% -
XYZ 1.3 1.06 0.52 -
YUV 26.37 120.46 139.15 -
System Red Green Blue C M Y K H S L
Decimal 42 21 13 0 0.50 0.69 0.84 16.55 0.53 0.11
Hex 2A 15 D 0 32 45 54 11 35 B
Octal 52 25 15 0 62 105 124 21 65 13
Binary 101010 10101 1101 0 110010 1000101 1010100 10001 110101 1011

Color Harmonies of #2A150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A150D

Black with #2A150D

Text Example


Text Example

White with #2A150D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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