#292018

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

Shades of Cocoa Brown #292018

Tints of Cocoa Brown #292018

Color information

#292018 (or 0x292018) is unknown color: approx Cocoa Brown. HEX triplet: 29, 20 and 18. RGB value is (41,32,24). Sum of RGB (Red+Green+Blue) = 41+32+24=97 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.27% from 97); Green value is 32 (12.89% from 255 or 32.99% from 97); Blue value is 24 (9.77% from 255 or 24.74% from 97); Max value from RGB is 41 - color contains mainly: red. Hex color #292018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292018 is #D6DFE7. Grayscale: #212121. Windows color (decimal): -14082024 or 1581097. OLE color: 1581097.

HSL color Cylindrical-coordinate representation of color #292018: hue angle of 28.24º degrees, saturation: 0.26, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #292018 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.84.

Color convert

RGB413224-
CMYK00.220.410.84
HSL28.24º26.15%12.75%-
HSV(B)28.24º41.46%16.08%-
XYZ1.61.571.08-
YUV33.78122.48133.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 42.27%
GREEN value IS 32 (12.89% from 255) = 32.99%
BLUE value IS 24 (9.77% from 255) = 24.74%
R=42.27%
G=32.99%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41322400.220.410.8428.2426.1512.75
Hex29201801629541c1ad
Octal51403002651124343215
Binary10100110000011000010110101001101010011100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292018; }

 p { color: rgb(41,32,24); }

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

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

 a { background-color: rgb(41,32,24); }

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

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

 span { border-color: rgb(41,32,24); }

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