#2E1905

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

Shades of Cocoa Brown #2E1905

Tints of Cocoa Brown #2E1905

Color information

#2E1905 (or 0x2E1905) is unknown color: approx Cocoa Brown. HEX triplet: 2E, 19 and 05. RGB value is (46,25,5). Sum of RGB (Red+Green+Blue) = 46+25+5=76 (10% of max value = 765). Red value is 46 (18.36% from 255 or 60.53% from 76); Green value is 25 (10.16% from 255 or 32.89% from 76); Blue value is 5 (2.34% from 255 or 6.58% from 76); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1905 is #D1E6FA. Grayscale: #1D1D1D. Windows color (decimal): -13756155 or 334126. OLE color: 334126.

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

Color convert

RGB46255-
CMYK00.460.890.82
HSL29.27º80.39%10%-
HSV(B)29.27º89.13%18.04%-
XYZ1.51.290.31-
YUV29114.46140.13-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 60.53%
GREEN value IS 25 (10.16% from 255) = 32.89%
BLUE value IS 5 (2.34% from 255) = 6.58%
R=60.53%
G=32.89%
B=6.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.89
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4625500.460.890.8229.2780.3910
Hex2E19502E59521d50a
Octal563150561311223512012
Binary101110110011010101110101100110100101110110100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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