#2D1A0D

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

Shades of Cocoa Brown #2D1A0D

Tints of Cocoa Brown #2D1A0D

Color information

#2D1A0D (or 0x2D1A0D) is unknown color: approx Cocoa Brown. HEX triplet: 2D, 1A and 0D. RGB value is (45,26,13). Sum of RGB (Red+Green+Blue) = 45+26+13=84 (11% of max value = 765). Red value is 45 (17.97% from 255 or 53.57% from 84); Green value is 26 (10.55% from 255 or 30.95% from 84); Blue value is 13 (5.47% from 255 or 15.48% from 84); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D1A0D is #D2E5F2. Grayscale: #1E1E1E. Windows color (decimal): -13821427 or 858669. OLE color: 858669.

HSL color Cylindrical-coordinate representation of color #2D1A0D: hue angle of 24.38º degrees, saturation: 0.55, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D1A0D is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.82.

Color convert

RGB452613-
CMYK00.420.710.82
HSL24.38º55.17%11.37%-
HSV(B)24.38º71.11%17.65%-
XYZ1.521.330.56-
YUV30.2118.29138.56-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 53.57%
GREEN value IS 26 (10.55% from 255) = 30.95%
BLUE value IS 13 (5.47% from 255) = 15.48%
R=53.57%
G=30.95%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.71
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45261300.420.710.8224.3855.1711.37
Hex2D1AD02A47521837b
Octal553215052107122306713
Binary101101110101101010101010001111010010110001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,26,13); }

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

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

 a { background-color: rgb(45,26,13); }

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

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

 span { border-color: rgb(45,26,13); }

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