Html Css Color HEX #2E150A Brown Pod

📋 copy color: '#2E150A'

red 46 ◦ green 21 ◦ blue 10

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

Shades of Brown Pod #2E150A

Tints of Brown Pod #2E150A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 12.99%

R = 59.74%
G = 27.27%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.82

RGB Variations

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

Color information

#2E150A (or 0x2E150A) is known color: Brown Pod. HEX triplet: 2E, 15 and 0A. RGB value is (46,21,10). Sum of RGB (Red+Green+Blue) = 46+21+10=77 (10% of max value = 765). Red value is 46 (18.36% from 255 or 59.74% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 10 (4.30% from 255 or 12.99% from 77); Max value from RGB is 46 - color contains mainly: red. Hex color #2E150A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E150A is #D1EAF5. Grayscale: #1B1B1B. Windows color (decimal): -13757174 or 660782. OLE color: 660782.

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

Color convert

RGB 46 21 10 -
CMYK 0 0.54 0.78 0.82
HSL 18.33º 0.64% 0.11% -
HSV(B) 18.33º 0.78% 0.18% -
XYZ 1.45 1.14 0.43 -
YUV 27.22 118.28 141.39 -
System Red Green Blue C M Y K H S L
Decimal 46 21 10 0 0.54 0.78 0.82 18.33 0.64 0.11
Hex 2E 15 A 0 36 4E 52 12 40 B
Octal 56 25 12 0 66 116 122 22 100 13
Binary 101110 10101 1010 0 110110 1001110 1010010 10010 1000000 1011

Color Harmonies of #2E150A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E150A

Black with #2E150A

Text Example


Text Example

White with #2E150A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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