Html Css Color HEX #2B1412 Seal Brown

📋 copy color: '#2B1412'

red 43 ◦ green 20 ◦ blue 18

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

Shades of Seal Brown #2B1412

Tints of Seal Brown #2B1412

RGB

 RED value IS 43 (17.19% from 255) = 53.09%

 GREEN value IS 20 (8.2% from 255) = 24.69%

 BLUE value IS 18 (7.42% from 255) = 22.22%

R = 53.09%
G = 24.69%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.83

RGB Variations

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

Color information

#2B1412 (or 0x2B1412) is known color: Seal Brown. HEX triplet: 2B, 14 and 12. RGB value is (43,20,18). Sum of RGB (Red+Green+Blue) = 43+20+18=81 (10% of max value = 765). Red value is 43 (17.19% from 255 or 53.09% from 81); Green value is 20 (8.20% from 255 or 24.69% from 81); Blue value is 18 (7.42% from 255 or 22.22% from 81); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1412 is #D4EBED. Grayscale: #1A1A1A. Windows color (decimal): -13954030 or 1184811. OLE color: 1184811.

HSL color Cylindrical-coordinate representation of color #2B1412: hue angle of 4.8º degrees, saturation: 0.41, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B1412 is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.83.

Color convert

RGB 43 20 18 -
CMYK 0 0.53 0.58 0.83
HSL 4.8º 0.41% 0.12% -
HSV(B) 4.8º 0.58% 0.17% -
XYZ 1.36 1.06 0.7 -
YUV 26.65 123.12 139.66 -
System Red Green Blue C M Y K H S L
Decimal 43 20 18 0 0.53 0.58 0.83 4.8 0.41 0.12
Hex 2B 14 12 0 35 3A 53 5 29 C
Octal 53 24 22 0 65 72 123 5 51 14
Binary 101011 10100 10010 0 110101 111010 1010011 101 101001 1100

Color Harmonies of #2B1412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1412

Black with #2B1412

Text Example


Text Example

White with #2B1412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,20,18); }

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

background-color css

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

 a { background-color: rgb(43,20,18); }

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

border-color css

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

 span { border-color: rgb(43,20,18); }

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