Html Css Color HEX #2E1A17 Seal Brown

📋 copy color: '#2E1A17'

red 46 ◦ green 26 ◦ blue 23

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

Shades of Seal Brown #2E1A17

Tints of Seal Brown #2E1A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 24.21%

R = 48.42%
G = 27.37%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.82

RGB Variations

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

Color information

#2E1A17 (or 0x2E1A17) is known color: Seal Brown. HEX triplet: 2E, 1A and 17. RGB value is (46,26,23). Sum of RGB (Red+Green+Blue) = 46+26+23=95 (12% of max value = 765). Red value is 46 (18.36% from 255 or 48.42% from 95); Green value is 26 (10.55% from 255 or 27.37% from 95); Blue value is 23 (9.38% from 255 or 24.21% from 95); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1A17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E1A17 is #D1E5E8. Grayscale: #1F1F1F. Windows color (decimal): -13755881 or 1514030. OLE color: 1514030.

HSL color Cylindrical-coordinate representation of color #2E1A17: hue angle of 7.83º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2E1A17 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 26 23 -
CMYK 0 0.43 0.50 0.82
HSL 7.83º 0.33% 0.14% -
HSV(B) 7.83º 0.5% 0.18% -
XYZ 1.65 1.38 0.99 -
YUV 31.64 123.13 138.24 -
System Red Green Blue C M Y K H S L
Decimal 46 26 23 0 0.43 0.50 0.82 7.83 0.33 0.14
Hex 2E 1A 17 0 2B 32 52 8 21 E
Octal 56 32 27 0 53 62 122 10 41 16
Binary 101110 11010 10111 0 101011 110010 1010010 1000 100001 1110

Color Harmonies of #2E1A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1A17

Black with #2E1A17

Text Example


Text Example

White with #2E1A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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