Html Css Color HEX #2E1403 Brown Pod

📋 copy color: '#2E1403'

red 46 ◦ green 20 ◦ blue 3

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

Shades of Brown Pod #2E1403

Tints of Brown Pod #2E1403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 4.35%

R = 66.67%
G = 28.99%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.93

 K value IS 0.82

RGB Variations

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

Color information

#2E1403 (or 0x2E1403) is known color: Brown Pod. HEX triplet: 2E, 14 and 03. RGB value is (46,20,3). Sum of RGB (Red+Green+Blue) = 46+20+3=69 (9% of max value = 765). Red value is 46 (18.36% from 255 or 66.67% from 69); Green value is 20 (8.20% from 255 or 28.99% from 69); Blue value is 3 (1.56% from 255 or 4.35% from 69); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1403 is #D1EBFC. Grayscale: #191919. Windows color (decimal): -13757437 or 201774. OLE color: 201774.

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

Color convert

RGB 46 20 3 -
CMYK 0 0.57 0.93 0.82
HSL 23.72º 0.88% 0.1% -
HSV(B) 23.72º 0.93% 0.18% -
XYZ 1.39 1.09 0.22 -
YUV 25.84 115.11 142.38 -
System Red Green Blue C M Y K H S L
Decimal 46 20 3 0 0.57 0.93 0.82 23.72 0.88 0.1
Hex 2E 14 3 0 39 5D 52 18 58 A
Octal 56 24 3 0 71 135 122 30 130 12
Binary 101110 10100 11 0 111001 1011101 1010010 11000 1011000 1010

Color Harmonies of #2E1403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1403

Black with #2E1403

Text Example


Text Example

White with #2E1403

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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