Html Css Color HEX #2E1614 Seal Brown

📋 copy color: '#2E1614'

red 46 ◦ green 22 ◦ blue 20

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

Shades of Seal Brown #2E1614

Tints of Seal Brown #2E1614

RGB

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

 GREEN value IS 22 (8.98% from 255) = 25%

 BLUE value IS 20 (8.2% from 255) = 22.73%

R = 52.27%
G = 25%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.82

RGB Variations

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

Color information

#2E1614 (or 0x2E1614) is known color: Seal Brown. HEX triplet: 2E, 16 and 14. RGB value is (46,22,20). Sum of RGB (Red+Green+Blue) = 46+22+20=88 (11% of max value = 765). Red value is 46 (18.36% from 255 or 52.27% from 88); Green value is 22 (8.98% from 255 or 25% from 88); Blue value is 20 (8.20% from 255 or 22.73% from 88); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1614 is #D1E9EB. Grayscale: #1C1C1C. Windows color (decimal): -13756908 or 1316398. OLE color: 1316398.

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

Color convert

RGB 46 22 20 -
CMYK 0 0.52 0.57 0.82
HSL 4.62º 0.39% 0.13% -
HSV(B) 4.62º 0.57% 0.18% -
XYZ 1.54 1.21 0.81 -
YUV 28.95 122.95 140.16 -
System Red Green Blue C M Y K H S L
Decimal 46 22 20 0 0.52 0.57 0.82 4.62 0.39 0.13
Hex 2E 16 14 0 34 39 52 5 27 D
Octal 56 26 24 0 64 71 122 5 47 15
Binary 101110 10110 10100 0 110100 111001 1010010 101 100111 1101

Color Harmonies of #2E1614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1614

Black with #2E1614

Text Example


Text Example

White with #2E1614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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