Html Css Color HEX #2B1511 Seal Brown

📋 copy color: '#2B1511'

red 43 ◦ green 21 ◦ blue 17

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

Shades of Seal Brown #2B1511

Tints of Seal Brown #2B1511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 20.99%

R = 53.09%
G = 25.93%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.60

 K value IS 0.83

RGB Variations

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

Color information

#2B1511 (or 0x2B1511) is known color: Seal Brown. HEX triplet: 2B, 15 and 11. RGB value is (43,21,17). Sum of RGB (Red+Green+Blue) = 43+21+17=81 (10% of max value = 765). Red value is 43 (17.19% from 255 or 53.09% from 81); Green value is 21 (8.59% from 255 or 25.93% from 81); Blue value is 17 (7.03% from 255 or 20.99% from 81); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1511 is #D4EAEE. Grayscale: #1B1B1B. Windows color (decimal): -13953775 or 1119531. OLE color: 1119531.

HSL color Cylindrical-coordinate representation of color #2B1511: hue angle of 9.23º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B1511 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.83.

Color convert

RGB 43 21 17 -
CMYK 0 0.51 0.60 0.83
HSL 9.23º 0.43% 0.12% -
HSV(B) 9.23º 0.6% 0.17% -
XYZ 1.37 1.09 0.67 -
YUV 27.12 122.29 139.33 -
System Red Green Blue C M Y K H S L
Decimal 43 21 17 0 0.51 0.60 0.83 9.23 0.43 0.12
Hex 2B 15 11 0 33 3C 53 9 2B C
Octal 53 25 21 0 63 74 123 11 53 14
Binary 101011 10101 10001 0 110011 111100 1010011 1001 101011 1100

Color Harmonies of #2B1511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1511

Black with #2B1511

Text Example


Text Example

White with #2B1511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,21,17); }

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

background-color css

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

 a { background-color: rgb(43,21,17); }

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

border-color css

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

 span { border-color: rgb(43,21,17); }

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