#291D0D

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

Shades of Cocoa Brown #291D0D

Tints of Cocoa Brown #291D0D

Color information

#291D0D (or 0x291D0D) is unknown color: approx Cocoa Brown. HEX triplet: 29, 1D and 0D. RGB value is (41,29,13). Sum of RGB (Red+Green+Blue) = 41+29+13=83 (10% of max value = 765). Red value is 41 (16.41% from 255 or 49.40% from 83); Green value is 29 (11.72% from 255 or 34.94% from 83); Blue value is 13 (5.47% from 255 or 15.66% from 83); Max value from RGB is 41 - color contains mainly: red. Hex color #291D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291D0D is #D6E2F2. Grayscale: #1E1E1E. Windows color (decimal): -14082803 or 859433. OLE color: 859433.

HSL color Cylindrical-coordinate representation of color #291D0D: hue angle of 34.29º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #291D0D is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.84.

Color convert

RGB412913-
CMYK00.290.680.84
HSL34.29º51.85%10.59%-
HSV(B)34.29º68.29%16.08%-
XYZ1.431.380.57-
YUV30.76117.98135.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 49.40%
GREEN value IS 29 (11.72% from 255) = 34.94%
BLUE value IS 13 (5.47% from 255) = 15.66%
R=49.40%
G=34.94%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.68
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41291300.290.680.8434.2951.8510.59
Hex291DD01D44542234b
Octal513515035104124426413
Binary101001111011101011101100010010101001000101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291D0D; }

 p { color: rgb(41,29,13); }

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

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

 a { background-color: rgb(41,29,13); }

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

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

 span { border-color: rgb(41,29,13); }

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