#2A2014

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

Shades of Cocoa Brown #2A2014

Tints of Cocoa Brown #2A2014

Color information

#2A2014 (or 0x2A2014) is unknown color: approx Cocoa Brown. HEX triplet: 2A, 20 and 14. RGB value is (42,32,20). Sum of RGB (Red+Green+Blue) = 42+32+20=94 (12% of max value = 765). Red value is 42 (16.80% from 255 or 44.68% from 94); Green value is 32 (12.89% from 255 or 34.04% from 94); Blue value is 20 (8.20% from 255 or 21.28% from 94); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2014 is #D5DFEB. Grayscale: #212121. Windows color (decimal): -14016492 or 1318954. OLE color: 1318954.

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

Color convert

RGB423220-
CMYK00.240.520.84
HSL32.73º35.48%12.16%-
HSV(B)32.73º52.38%16.47%-
XYZ1.61.580.88-
YUV33.62120.31133.98-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 44.68%
GREEN value IS 32 (12.89% from 255) = 34.04%
BLUE value IS 20 (8.20% from 255) = 21.28%
R=44.68%
G=34.04%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42322000.240.520.8432.7335.4812.16
Hex2A201401834542123c
Octal52402403064124414314
Binary1010101000001010001100011010010101001000011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,32,20); }

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

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

 a { background-color: rgb(42,32,20); }

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

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

 span { border-color: rgb(42,32,20); }

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