Html Css Color HEX #2B1711 Seal Brown

📋 copy color: '#2B1711'

red 43 ◦ green 23 ◦ blue 17

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

Shades of Seal Brown #2B1711

Tints of Seal Brown #2B1711

RGB

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

 GREEN value IS 23 (9.38% from 255) = 27.71%

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

R = 51.81%
G = 27.71%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.83

RGB Variations

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

Color information

#2B1711 (or 0x2B1711) is known color: Seal Brown. HEX triplet: 2B, 17 and 11. RGB value is (43,23,17). Sum of RGB (Red+Green+Blue) = 43+23+17=83 (10% of max value = 765). Red value is 43 (17.19% from 255 or 51.81% from 83); Green value is 23 (9.38% from 255 or 27.71% from 83); Blue value is 17 (7.03% from 255 or 20.48% from 83); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1711 is #D4E8EE. Grayscale: #1C1C1C. Windows color (decimal): -13953263 or 1120043. OLE color: 1120043.

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

Color convert

RGB 43 23 17 -
CMYK 0 0.47 0.60 0.83
HSL 13.85º 0.43% 0.12% -
HSV(B) 13.85º 0.6% 0.17% -
XYZ 1.4 1.17 0.68 -
YUV 28.3 121.63 138.49 -
System Red Green Blue C M Y K H S L
Decimal 43 23 17 0 0.47 0.60 0.83 13.85 0.43 0.12
Hex 2B 17 11 0 2F 3C 53 E 2B C
Octal 53 27 21 0 57 74 123 16 53 14
Binary 101011 10111 10001 0 101111 111100 1010011 1110 101011 1100

Color Harmonies of #2B1711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1711

Black with #2B1711

Text Example


Text Example

White with #2B1711

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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