#2A1C0D

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

Shades of Cocoa Brown #2A1C0D

Tints of Cocoa Brown #2A1C0D

Color information

#2A1C0D (or 0x2A1C0D) is unknown color: approx Cocoa Brown. HEX triplet: 2A, 1C and 0D. RGB value is (42,28,13). Sum of RGB (Red+Green+Blue) = 42+28+13=83 (10% of max value = 765). Red value is 42 (16.80% from 255 or 50.60% from 83); Green value is 28 (11.33% from 255 or 33.73% from 83); Blue value is 13 (5.47% from 255 or 15.66% from 83); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A1C0D is #D5E3F2. Grayscale: #1E1E1E. Windows color (decimal): -14017523 or 859178. OLE color: 859178.

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

Color convert

RGB422813-
CMYK00.330.690.84
HSL31.03º52.73%10.78%-
HSV(B)31.03º69.05%16.47%-
XYZ1.441.350.57-
YUV30.48118.14136.22-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 50.60%
GREEN value IS 28 (11.33% from 255) = 33.73%
BLUE value IS 13 (5.47% from 255) = 15.66%
R=50.60%
G=33.73%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.69
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42281300.330.690.8431.0352.7310.78
Hex2A1CD02145541f35b
Octal523415041105124376513
Binary101010111001101010000110001011010100111111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,28,13); }

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

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

 a { background-color: rgb(42,28,13); }

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

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

 span { border-color: rgb(42,28,13); }

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