Html Css Color HEX #2E1816 Seal Brown

📋 copy color: '#2E1816'

red 46 ◦ green 24 ◦ blue 22

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

Shades of Seal Brown #2E1816

Tints of Seal Brown #2E1816

RGB

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

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

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

R = 50%
G = 26.09%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.82

RGB Variations

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

Color information

#2E1816 (or 0x2E1816) is known color: Seal Brown. HEX triplet: 2E, 18 and 16. RGB value is (46,24,22). Sum of RGB (Red+Green+Blue) = 46+24+22=92 (12% of max value = 765). Red value is 46 (18.36% from 255 or 50% from 92); Green value is 24 (9.77% from 255 or 26.09% from 92); Blue value is 22 (8.98% from 255 or 23.91% from 92); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1816 is #D1E7E9. Grayscale: #1E1E1E. Windows color (decimal): -13756394 or 1447982. OLE color: 1447982.

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

Color convert

RGB 46 24 22 -
CMYK 0 0.48 0.52 0.82
HSL 0.35% 0.13% -
HSV(B) 0.52% 0.18% -
XYZ 1.6 1.29 0.92 -
YUV 30.35 123.29 139.16 -
System Red Green Blue C M Y K H S L
Decimal 46 24 22 0 0.48 0.52 0.82 5 0.35 0.13
Hex 2E 18 16 0 30 34 52 5 23 D
Octal 56 30 26 0 60 64 122 5 43 15
Binary 101110 11000 10110 0 110000 110100 1010010 101 100011 1101

Color Harmonies of #2E1816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1816

Black with #2E1816

Text Example


Text Example

White with #2E1816

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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