Html Css Color HEX #2B1611 Seal Brown

📋 copy color: '#2B1611'

red 43 ◦ green 22 ◦ blue 17

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

Shades of Seal Brown #2B1611

Tints of Seal Brown #2B1611

RGB

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

 GREEN value IS 22 (8.98% from 255) = 26.83%

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

R = 52.44%
G = 26.83%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.83

RGB Variations

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

Color information

#2B1611 (or 0x2B1611) is known color: Seal Brown. HEX triplet: 2B, 16 and 11. RGB value is (43,22,17). Sum of RGB (Red+Green+Blue) = 43+22+17=82 (10% of max value = 765). Red value is 43 (17.19% from 255 or 52.44% from 82); Green value is 22 (8.98% from 255 or 26.83% from 82); Blue value is 17 (7.03% from 255 or 20.73% from 82); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1611 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1611 is #D4E9EE. Grayscale: #1B1B1B. Windows color (decimal): -13953519 or 1119787. OLE color: 1119787.

HSL color Cylindrical-coordinate representation of color #2B1611: hue angle of 11.54º 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 #2B1611 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.83.

Color convert

RGB 43 22 17 -
CMYK 0 0.49 0.60 0.83
HSL 11.54º 0.43% 0.12% -
HSV(B) 11.54º 0.6% 0.17% -
XYZ 1.38 1.13 0.68 -
YUV 27.71 121.96 138.91 -
System Red Green Blue C M Y K H S L
Decimal 43 22 17 0 0.49 0.60 0.83 11.54 0.43 0.12
Hex 2B 16 11 0 31 3C 53 C 2B C
Octal 53 26 21 0 61 74 123 14 53 14
Binary 101011 10110 10001 0 110001 111100 1010011 1100 101011 1100

Color Harmonies of #2B1611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1611

Black with #2B1611

Text Example


Text Example

White with #2B1611

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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