Html Css Color HEX #2E1010 Seal Brown

📋 copy color: '#2E1010'

red 46 ◦ green 16 ◦ blue 16

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

Shades of Seal Brown #2E1010

Tints of Seal Brown #2E1010

RGB

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

 GREEN value IS 16 (6.64% from 255) = 20.51%

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

R = 58.97%
G = 20.51%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.82

RGB Variations

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

Color information

#2E1010 (or 0x2E1010) is known color: Seal Brown. HEX triplet: 2E, 10 and 10. RGB value is (46,16,16). Sum of RGB (Red+Green+Blue) = 46+16+16=78 (10% of max value = 765). Red value is 46 (18.36% from 255 or 58.97% from 78); Green value is 16 (6.64% from 255 or 20.51% from 78); Blue value is 16 (6.64% from 255 or 20.51% from 78); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1010 is #D1EFEF. Grayscale: #191919. Windows color (decimal): -13758448 or 1052718. OLE color: 1052718.

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

Color convert

RGB 46 16 16 -
CMYK 0 0.65 0.65 0.82
HSL 0.48% 0.12% -
HSV(B) 0.65% 0.18% -
XYZ 1.41 0.99 0.61 -
YUV 24.97 122.94 143 -
System Red Green Blue C M Y K H S L
Decimal 46 16 16 0 0.65 0.65 0.82 0 0.48 0.12
Hex 2E 10 10 0 41 41 52 0 30 C
Octal 56 20 20 0 101 101 122 0 60 14
Binary 101110 10000 10000 0 1000001 1000001 1010010 0 110000 1100

Color Harmonies of #2E1010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1010

Black with #2E1010

Text Example


Text Example

White with #2E1010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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