Html Css Color HEX #2E1A16 Seal Brown

📋 copy color: '#2E1A16'

red 46 ◦ green 26 ◦ blue 22

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

Shades of Seal Brown #2E1A16

Tints of Seal Brown #2E1A16

RGB

 RED value IS 46 (18.36% from 255) = 48.94%

 GREEN value IS 26 (10.55% from 255) = 27.66%

 BLUE value IS 22 (8.98% from 255) = 23.4%

R = 48.94%
G = 27.66%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.82

RGB Variations

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

Color information

#2E1A16 (or 0x2E1A16) is known color: Seal Brown. HEX triplet: 2E, 1A and 16. RGB value is (46,26,22). Sum of RGB (Red+Green+Blue) = 46+26+22=94 (12% of max value = 765). Red value is 46 (18.36% from 255 or 48.94% from 94); Green value is 26 (10.55% from 255 or 27.66% from 94); Blue value is 22 (8.98% from 255 or 23.40% from 94); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E1A16 is #D1E5E9. Grayscale: #1F1F1F. Windows color (decimal): -13755882 or 1448494. OLE color: 1448494.

HSL color Cylindrical-coordinate representation of color #2E1A16: hue angle of 10º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E1A16 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 26 22 -
CMYK 0 0.43 0.52 0.82
HSL 10º 0.35% 0.13% -
HSV(B) 10º 0.52% 0.18% -
XYZ 1.64 1.38 0.94 -
YUV 31.52 122.63 138.33 -
System Red Green Blue C M Y K H S L
Decimal 46 26 22 0 0.43 0.52 0.82 10 0.35 0.13
Hex 2E 1A 16 0 2B 34 52 A 23 D
Octal 56 32 26 0 53 64 122 12 43 15
Binary 101110 11010 10110 0 101011 110100 1010010 1010 100011 1101

Color Harmonies of #2E1A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1A16

Black with #2E1A16

Text Example


Text Example

White with #2E1A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,26,22); }

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

background-color css

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

 a { background-color: rgb(46,26,22); }

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

border-color css

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

 span { border-color: rgb(46,26,22); }

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