#2E1203

Color #2E1203 Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #2E1203

Tints of Brown Pod #2E1203

Color information

#2E1203 (or 0x2E1203) is unknown color: approx Brown Pod. HEX triplet: 2E, 12 and 03. RGB value is (46,18,3). Sum of RGB (Red+Green+Blue) = 46+18+3=67 (8% of max value = 765). Red value is 46 (18.36% from 255 or 68.66% from 67); Green value is 18 (7.42% from 255 or 26.87% from 67); Blue value is 3 (1.56% from 255 or 4.48% from 67); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1203 is #D1EDFC. Grayscale: #181818. Windows color (decimal): -13757949 or 201262. OLE color: 201262.

HSL color Cylindrical-coordinate representation of color #2E1203: hue angle of 20.93º 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 #2E1203 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.82.

Color convert

RGB46183-
CMYK00.610.930.82
HSL20.93º87.76%9.61%-
HSV(B)20.93º93.48%18.04%-
XYZ1.361.020.21-
YUV24.66115.78143.22-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 68.66%
GREEN value IS 18 (7.42% from 255) = 26.87%
BLUE value IS 3 (1.56% from 255) = 4.48%
R=68.66%
G=26.87%
B=4.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.93
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4618300.610.930.8220.9387.769.61
Hex2E12303D5D521558a
Octal562230751351222513012
Binary10111010010110111101101110110100101010110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E1203;
 }
 .AnyTagClassName
 {
   color: #2E1203;
 }
</style>
background-color css

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

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

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

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

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

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