Html Css Color HEX #2E190D Brown Pod

📋 copy color: '#2E190D'

red 46 ◦ green 25 ◦ blue 13

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

Shades of Brown Pod #2E190D

Tints of Brown Pod #2E190D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 29.76%

 BLUE value IS 13 (5.47% from 255) = 15.48%

R = 54.76%
G = 29.76%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.82

RGB Variations

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

Color information

#2E190D (or 0x2E190D) is known color: Brown Pod. HEX triplet: 2E, 19 and 0D. RGB value is (46,25,13). Sum of RGB (Red+Green+Blue) = 46+25+13=84 (11% of max value = 765). Red value is 46 (18.36% from 255 or 54.76% from 84); Green value is 25 (10.16% from 255 or 29.76% from 84); Blue value is 13 (5.47% from 255 or 15.48% from 84); Max value from RGB is 46 - color contains mainly: red. Hex color #2E190D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E190D is #D1E6F2. Grayscale: #1D1D1D. Windows color (decimal): -13756147 or 858414. OLE color: 858414.

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

Color convert

RGB 46 25 13 -
CMYK 0 0.46 0.72 0.82
HSL 21.82º 0.56% 0.12% -
HSV(B) 21.82º 0.72% 0.18% -
XYZ 1.55 1.31 0.55 -
YUV 29.91 118.46 139.48 -
System Red Green Blue C M Y K H S L
Decimal 46 25 13 0 0.46 0.72 0.82 21.82 0.56 0.12
Hex 2E 19 D 0 2E 48 52 16 38 C
Octal 56 31 15 0 56 110 122 26 70 14
Binary 101110 11001 1101 0 101110 1001000 1010010 10110 111000 1100

Color Harmonies of #2E190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E190D

Black with #2E190D

Text Example


Text Example

White with #2E190D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,25,13); }

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

background-color css

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

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

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

border-color css

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

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

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