#2D2114

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

Shades of Cocoa Brown #2D2114

Tints of Cocoa Brown #2D2114

Color information

#2D2114 (or 0x2D2114) is unknown color: approx Cocoa Brown. HEX triplet: 2D, 21 and 14. RGB value is (45,33,20). Sum of RGB (Red+Green+Blue) = 45+33+20=98 (12% of max value = 765). Red value is 45 (17.97% from 255 or 45.92% from 98); Green value is 33 (13.28% from 255 or 33.67% from 98); Blue value is 20 (8.20% from 255 or 20.41% from 98); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D2114 is #D2DEEB. Grayscale: #232323. Windows color (decimal): -13819628 or 1319213. OLE color: 1319213.

HSL color Cylindrical-coordinate representation of color #2D2114: hue angle of 31.2º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D2114 is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.82.

Color convert

RGB453320-
CMYK00.270.560.82
HSL31.2º38.46%12.75%-
HSV(B)31.2º55.56%17.65%-
XYZ1.751.70.9-
YUV35.11119.48135.06-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 45.92%
GREEN value IS 33 (13.28% from 255) = 33.67%
BLUE value IS 20 (8.20% from 255) = 20.41%
R=45.92%
G=33.67%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.56
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45332000.270.560.8231.238.4612.75
Hex2D211401B38521f26d
Octal55412403370122374615
Binary101101100001101000110111110001010010111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,33,20); }

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

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

 a { background-color: rgb(45,33,20); }

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

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

 span { border-color: rgb(45,33,20); }

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