Html Css Color HEX #2B100A Seal Brown

📋 copy color: '#2B100A'

red 43 ◦ green 16 ◦ blue 10

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

Shades of Seal Brown #2B100A

Tints of Seal Brown #2B100A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 23.19%

 BLUE value IS 10 (4.3% from 255) = 14.49%

R = 62.32%
G = 23.19%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.77

 K value IS 0.83

RGB Variations

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

Color information

#2B100A (or 0x2B100A) is known color: Seal Brown. HEX triplet: 2B, 10 and 0A. RGB value is (43,16,10). Sum of RGB (Red+Green+Blue) = 43+16+10=69 (9% of max value = 765). Red value is 43 (17.19% from 255 or 62.32% from 69); Green value is 16 (6.64% from 255 or 23.19% from 69); Blue value is 10 (4.30% from 255 or 14.49% from 69); Max value from RGB is 43 - color contains mainly: red. Hex color #2B100A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B100A is #D4EFF5. Grayscale: #171717. Windows color (decimal): -13955062 or 659499. OLE color: 659499.

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

Color convert

RGB 43 16 10 -
CMYK 0 0.63 0.77 0.83
HSL 10.91º 0.62% 0.1% -
HSV(B) 10.91º 0.77% 0.17% -
XYZ 1.24 0.91 0.4 -
YUV 23.39 120.45 141.99 -
System Red Green Blue C M Y K H S L
Decimal 43 16 10 0 0.63 0.77 0.83 10.91 0.62 0.1
Hex 2B 10 A 0 3F 4D 53 B 3E A
Octal 53 20 12 0 77 115 123 13 76 12
Binary 101011 10000 1010 0 111111 1001101 1010011 1011 111110 1010

Color Harmonies of #2B100A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B100A

Black with #2B100A

Text Example


Text Example

White with #2B100A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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