Html Css Color HEX #2E1407 Brown Pod

📋 copy color: '#2E1407'

red 46 ◦ green 20 ◦ blue 7

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

Shades of Brown Pod #2E1407

Tints of Brown Pod #2E1407

RGB

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

 GREEN value IS 20 (8.2% from 255) = 27.4%

 BLUE value IS 7 (3.13% from 255) = 9.59%

R = 63.01%
G = 27.4%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.82

RGB Variations

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

Color information

#2E1407 (or 0x2E1407) is known color: Brown Pod. HEX triplet: 2E, 14 and 07. RGB value is (46,20,7). Sum of RGB (Red+Green+Blue) = 46+20+7=73 (9% of max value = 765). Red value is 46 (18.36% from 255 or 63.01% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 7 (3.12% from 255 or 9.59% from 73); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1407 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1407 is #D1EBF8. Grayscale: #1A1A1A. Windows color (decimal): -13757433 or 463918. OLE color: 463918.

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

Color convert

RGB 46 20 7 -
CMYK 0 0.57 0.85 0.82
HSL 20º 0.74% 0.1% -
HSV(B) 20º 0.85% 0.18% -
XYZ 1.42 1.1 0.34 -
YUV 26.29 117.11 142.06 -
System Red Green Blue C M Y K H S L
Decimal 46 20 7 0 0.57 0.85 0.82 20 0.74 0.1
Hex 2E 14 7 0 39 55 52 14 4A A
Octal 56 24 7 0 71 125 122 24 112 12
Binary 101110 10100 111 0 111001 1010101 1010010 10100 1001010 1010

Color Harmonies of #2E1407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1407

Black with #2E1407

Text Example


Text Example

White with #2E1407

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,20,7); }

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

background-color css

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

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

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

border-color css

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

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

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