#2A1E0E

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

Shades of Cocoa Brown #2A1E0E

Tints of Cocoa Brown #2A1E0E

Color information

#2A1E0E (or 0x2A1E0E) is unknown color: approx Cocoa Brown. HEX triplet: 2A, 1E and 0E. RGB value is (42,30,14). Sum of RGB (Red+Green+Blue) = 42+30+14=86 (11% of max value = 765). Red value is 42 (16.80% from 255 or 48.84% from 86); Green value is 30 (12.11% from 255 or 34.88% from 86); Blue value is 14 (5.86% from 255 or 16.28% from 86); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1E0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A1E0E is #D5E1F1. Grayscale: #1F1F1F. Windows color (decimal): -14017010 or 925226. OLE color: 925226.

HSL color Cylindrical-coordinate representation of color #2A1E0E: hue angle of 34.29º degrees, saturation: 0.5, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A1E0E is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.84.

Color convert

RGB423014-
CMYK00.290.670.84
HSL34.29º50%10.98%-
HSV(B)34.29º66.67%16.47%-
XYZ1.51.450.62-
YUV31.76117.98135.3-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 48.84%
GREEN value IS 30 (12.11% from 255) = 34.88%
BLUE value IS 14 (5.86% from 255) = 16.28%
R=48.84%
G=34.88%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.67
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42301400.290.670.8434.295010.98
Hex2A1EE01D43542232b
Octal523616035103124426213
Binary101010111101110011101100001110101001000101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,30,14); }

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

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

 a { background-color: rgb(42,30,14); }

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

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

 span { border-color: rgb(42,30,14); }

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