#2D2214

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

Shades of Cocoa Brown #2D2214

Tints of Cocoa Brown #2D2214

Color information

#2D2214 (or 0x2D2214) is unknown color: approx Cocoa Brown. HEX triplet: 2D, 22 and 14. RGB value is (45,34,20). Sum of RGB (Red+Green+Blue) = 45+34+20=99 (13% of max value = 765). Red value is 45 (17.97% from 255 or 45.45% from 99); Green value is 34 (13.67% from 255 or 34.34% from 99); Blue value is 20 (8.20% from 255 or 20.20% from 99); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D2214 is #D2DDEB. Grayscale: #232323. Windows color (decimal): -13819372 or 1319469. OLE color: 1319469.

HSL color Cylindrical-coordinate representation of color #2D2214: hue angle of 33.6º 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 #2D2214 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.82.

Color convert

RGB453420-
CMYK00.240.560.82
HSL33.6º38.46%12.75%-
HSV(B)33.6º55.56%17.65%-
XYZ1.781.750.91-
YUV35.69119.14134.64-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 45.45%
GREEN value IS 34 (13.67% from 255) = 34.34%
BLUE value IS 20 (8.20% from 255) = 20.20%
R=45.45%
G=34.34%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45342000.240.560.8233.638.4612.75
Hex2D221401838522226d
Octal55422403070122424615
Binary1011011000101010001100011100010100101000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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