Html Css Color HEX #2E1505 Brown Pod

📋 copy color: '#2E1505'

red 46 ◦ green 21 ◦ blue 5

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

Shades of Brown Pod #2E1505

Tints of Brown Pod #2E1505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 6.94%

R = 63.89%
G = 29.17%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.82

RGB Variations

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

Color information

#2E1505 (or 0x2E1505) is known color: Brown Pod. HEX triplet: 2E, 15 and 05. RGB value is (46,21,5). Sum of RGB (Red+Green+Blue) = 46+21+5=72 (9% of max value = 765). Red value is 46 (18.36% from 255 or 63.89% from 72); Green value is 21 (8.59% from 255 or 29.17% from 72); Blue value is 5 (2.34% from 255 or 6.94% from 72); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1505 is #D1EAFA. Grayscale: #1A1A1A. Windows color (decimal): -13757179 or 333102. OLE color: 333102.

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

Color convert

RGB 46 21 5 -
CMYK 0 0.54 0.89 0.82
HSL 23.41º 0.8% 0.1% -
HSV(B) 23.41º 0.89% 0.18% -
XYZ 1.42 1.13 0.29 -
YUV 26.65 115.78 141.8 -
System Red Green Blue C M Y K H S L
Decimal 46 21 5 0 0.54 0.89 0.82 23.41 0.8 0.1
Hex 2E 15 5 0 36 59 52 17 50 A
Octal 56 25 5 0 66 131 122 27 120 12
Binary 101110 10101 101 0 110110 1011001 1010010 10111 1010000 1010

Color Harmonies of #2E1505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1505

Black with #2E1505

Text Example


Text Example

White with #2E1505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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