Html Css Color HEX #2E1410 Seal Brown

📋 copy color: '#2E1410'

red 46 ◦ green 20 ◦ blue 16

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

Shades of Seal Brown #2E1410

Tints of Seal Brown #2E1410

RGB

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

 GREEN value IS 20 (8.2% from 255) = 24.39%

 BLUE value IS 16 (6.64% from 255) = 19.51%

R = 56.1%
G = 24.39%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.82

RGB Variations

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

Color information

#2E1410 (or 0x2E1410) is known color: Seal Brown. HEX triplet: 2E, 14 and 10. RGB value is (46,20,16). Sum of RGB (Red+Green+Blue) = 46+20+16=82 (10% of max value = 765). Red value is 46 (18.36% from 255 or 56.10% from 82); Green value is 20 (8.20% from 255 or 24.39% from 82); Blue value is 16 (6.64% from 255 or 19.51% from 82); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1410 is #D1EBEF. Grayscale: #1B1B1B. Windows color (decimal): -13757424 or 1053742. OLE color: 1053742.

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

Color convert

RGB 46 20 16 -
CMYK 0 0.57 0.65 0.82
HSL 0.48% 0.12% -
HSV(B) 0.65% 0.18% -
XYZ 1.47 1.12 0.63 -
YUV 27.32 121.61 141.33 -
System Red Green Blue C M Y K H S L
Decimal 46 20 16 0 0.57 0.65 0.82 8 0.48 0.12
Hex 2E 14 10 0 39 41 52 8 30 C
Octal 56 24 20 0 71 101 122 10 60 14
Binary 101110 10100 10000 0 111001 1000001 1010010 1000 110000 1100

Color Harmonies of #2E1410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1410

Black with #2E1410

Text Example


Text Example

White with #2E1410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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