#2E1910

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

Shades of Brown Pod #2E1910

Tints of Brown Pod #2E1910

Color information

#2E1910 (or 0x2E1910) is unknown color: approx Brown Pod. HEX triplet: 2E, 19 and 10. RGB value is (46,25,16). Sum of RGB (Red+Green+Blue) = 46+25+16=87 (11% of max value = 765). Red value is 46 (18.36% from 255 or 52.87% from 87); Green value is 25 (10.16% from 255 or 28.74% from 87); Blue value is 16 (6.64% from 255 or 18.39% from 87); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1910 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1910 is #D1E6EF. Grayscale: #1E1E1E. Windows color (decimal): -13756144 or 1055022. OLE color: 1055022.

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

Color convert

RGB462516-
CMYK00.460.650.82
HSL18º48.39%12.16%-
HSV(B)18º65.22%18.04%-
XYZ1.571.310.66-
YUV30.25119.96139.23-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 52.87%
GREEN value IS 25 (10.16% from 255) = 28.74%
BLUE value IS 16 (6.64% from 255) = 18.39%
R=52.87%
G=28.74%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.65
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46251600.460.650.821848.3912.16
Hex2E191002E41521230c
Octal563120056101122226014
Binary1011101100110000010111010000011010010100101100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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