#2A221A

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

Shades of Cocoa Brown #2A221A

Tints of Cocoa Brown #2A221A

Color information

#2A221A (or 0x2A221A) is unknown color: approx Cocoa Brown. HEX triplet: 2A, 22 and 1A. RGB value is (42,34,26). Sum of RGB (Red+Green+Blue) = 42+34+26=102 (13% of max value = 765). Red value is 42 (16.80% from 255 or 41.18% from 102); Green value is 34 (13.67% from 255 or 33.33% from 102); Blue value is 26 (10.55% from 255 or 25.49% from 102); Max value from RGB is 42 - color contains mainly: red. Hex color #2A221A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A221A is #D5DDE5. Grayscale: #232323. Windows color (decimal): -14015974 or 1712682. OLE color: 1712682.

HSL color Cylindrical-coordinate representation of color #2A221A: hue angle of 30º degrees, saturation: 0.24, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2A221A is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.84.

Color convert

RGB423426-
CMYK00.190.380.84
HSL30º23.53%13.33%-
HSV(B)30º38.1%16.47%-
XYZ1.711.711.22-
YUV35.48122.65132.65-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 41.18%
GREEN value IS 34 (13.67% from 255) = 33.33%
BLUE value IS 26 (10.55% from 255) = 25.49%
R=41.18%
G=33.33%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42342600.190.380.843023.5313.33
Hex2A221A01326541e18d
Octal52423202346124363015
Binary10101010001011010010011100110101010011110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A221A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,34,26); }

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

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

 a { background-color: rgb(42,34,26); }

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

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

 span { border-color: rgb(42,34,26); }

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