Html Css Color HEX #2E150F Seal Brown

📋 copy color: '#2E150F'

red 46 ◦ green 21 ◦ blue 15

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

Shades of Seal Brown #2E150F

Tints of Seal Brown #2E150F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 25.61%

 BLUE value IS 15 (6.25% from 255) = 18.29%

R = 56.1%
G = 25.61%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.82

RGB Variations

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

Color information

#2E150F (or 0x2E150F) is known color: Seal Brown. HEX triplet: 2E, 15 and 0F. RGB value is (46,21,15). Sum of RGB (Red+Green+Blue) = 46+21+15=82 (10% of max value = 765). Red value is 46 (18.36% from 255 or 56.10% from 82); Green value is 21 (8.59% from 255 or 25.61% from 82); Blue value is 15 (6.25% from 255 or 18.29% from 82); Max value from RGB is 46 - color contains mainly: red. Hex color #2E150F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E150F is #D1EAF0. Grayscale: #1B1B1B. Windows color (decimal): -13757169 or 988462. OLE color: 988462.

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

Color convert

RGB 46 21 15 -
CMYK 0 0.54 0.67 0.82
HSL 11.61º 0.51% 0.12% -
HSV(B) 11.61º 0.67% 0.18% -
XYZ 1.48 1.15 0.6 -
YUV 27.79 120.78 140.99 -
System Red Green Blue C M Y K H S L
Decimal 46 21 15 0 0.54 0.67 0.82 11.61 0.51 0.12
Hex 2E 15 F 0 36 43 52 C 33 C
Octal 56 25 17 0 66 103 122 14 63 14
Binary 101110 10101 1111 0 110110 1000011 1010010 1100 110011 1100

Color Harmonies of #2E150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E150F

Black with #2E150F

Text Example


Text Example

White with #2E150F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,21,15); }

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

background-color css

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

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

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

border-color css

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

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

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