Html Css Color HEX #2E1817 Seal Brown

📋 copy color: '#2E1817'

red 46 ◦ green 24 ◦ blue 23

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

Shades of Seal Brown #2E1817

Tints of Seal Brown #2E1817

RGB

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

 GREEN value IS 24 (9.77% from 255) = 25.81%

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

R = 49.46%
G = 25.81%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.82

RGB Variations

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

Color information

#2E1817 (or 0x2E1817) is known color: Seal Brown. HEX triplet: 2E, 18 and 17. RGB value is (46,24,23). Sum of RGB (Red+Green+Blue) = 46+24+23=93 (12% of max value = 765). Red value is 46 (18.36% from 255 or 49.46% from 93); Green value is 24 (9.77% from 255 or 25.81% from 93); Blue value is 23 (9.38% from 255 or 24.73% from 93); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1817 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1817 is #D1E7E8. Grayscale: #1E1E1E. Windows color (decimal): -13756393 or 1513518. OLE color: 1513518.

HSL color Cylindrical-coordinate representation of color #2E1817: hue angle of 2.61º 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 #2E1817 is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 24 23 -
CMYK 0 0.48 0.50 0.82
HSL 2.61º 0.33% 0.14% -
HSV(B) 2.61º 0.5% 0.18% -
XYZ 1.61 1.3 0.98 -
YUV 30.46 123.79 139.08 -
System Red Green Blue C M Y K H S L
Decimal 46 24 23 0 0.48 0.50 0.82 2.61 0.33 0.14
Hex 2E 18 17 0 30 32 52 3 21 E
Octal 56 30 27 0 60 62 122 3 41 16
Binary 101110 11000 10111 0 110000 110010 1010010 11 100001 1110

Color Harmonies of #2E1817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1817

Black with #2E1817

Text Example


Text Example

White with #2E1817

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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