Html Css Color HEX #2B1710 Seal Brown

📋 copy color: '#2B1710'

red 43 ◦ green 23 ◦ blue 16

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

Shades of Seal Brown #2B1710

Tints of Seal Brown #2B1710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 19.51%

R = 52.44%
G = 28.05%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.83

RGB Variations

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

Color information

#2B1710 (or 0x2B1710) is known color: Seal Brown. HEX triplet: 2B, 17 and 10. RGB value is (43,23,16). Sum of RGB (Red+Green+Blue) = 43+23+16=82 (10% of max value = 765). Red value is 43 (17.19% from 255 or 52.44% from 82); Green value is 23 (9.38% from 255 or 28.05% from 82); Blue value is 16 (6.64% from 255 or 19.51% from 82); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1710 is #D4E8EF. Grayscale: #1C1C1C. Windows color (decimal): -13953264 or 1054507. OLE color: 1054507.

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

Color convert

RGB 43 23 16 -
CMYK 0 0.47 0.63 0.83
HSL 15.56º 0.46% 0.12% -
HSV(B) 15.56º 0.63% 0.17% -
XYZ 1.4 1.16 0.64 -
YUV 28.18 121.13 138.57 -
System Red Green Blue C M Y K H S L
Decimal 43 23 16 0 0.47 0.63 0.83 15.56 0.46 0.12
Hex 2B 17 10 0 2F 3F 53 10 2E C
Octal 53 27 20 0 57 77 123 20 56 14
Binary 101011 10111 10000 0 101111 111111 1010011 10000 101110 1100

Color Harmonies of #2B1710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1710

Black with #2B1710

Text Example


Text Example

White with #2B1710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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