Html Css Color HEX #291505 Cocoa Brown

📋 copy color: '#291505'

red 41 ◦ green 21 ◦ blue 5

#291505
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cocoa Brown #291505

Tints of Cocoa Brown #291505

RGB

 RED value IS 41 (16.41% from 255) = 61.19%

 GREEN value IS 21 (8.59% from 255) = 31.34%

 BLUE value IS 5 (2.34% from 255) = 7.46%

R = 61.19%
G = 31.34%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.88

 K value IS 0.84

RGB Variations

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

Color information

#291505 (or 0x291505) is known color: Cocoa Brown. HEX triplet: 29, 15 and 05. RGB value is (41,21,5). Sum of RGB (Red+Green+Blue) = 41+21+5=67 (8% of max value = 765). Red value is 41 (16.41% from 255 or 61.19% from 67); Green value is 21 (8.59% from 255 or 31.34% from 67); Blue value is 5 (2.34% from 255 or 7.46% from 67); Max value from RGB is 41 - color contains mainly: red. Hex color #291505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291505 is #D6EAFA. Grayscale: #191919. Windows color (decimal): -14084859 or 333097. OLE color: 333097.

HSL color Cylindrical-coordinate representation of color #291505: hue angle of 26.67º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #291505 is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 21 5 -
CMYK 0 0.49 0.88 0.84
HSL 26.67º 0.78% 0.09% -
HSV(B) 26.67º 0.88% 0.16% -
XYZ 1.21 1.02 0.28 -
YUV 25.16 116.63 139.3 -
System Red Green Blue C M Y K H S L
Decimal 41 21 5 0 0.49 0.88 0.84 26.67 0.78 0.09
Hex 29 15 5 0 31 58 54 1B 4E 9
Octal 51 25 5 0 61 130 124 33 116 11
Binary 101001 10101 101 0 110001 1011000 1010100 11011 1001110 1001

Color Harmonies of #291505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291505

Black with #291505

Text Example


Text Example

White with #291505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291505; }

 p { color: rgb(41,21,5); }

 H1.HeaderClassName
 {
   color: #291505;
 }
 .AnyTagClassName
 {
   color: #291505;
 }
</style>

background-color css

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

 a { background-color: rgb(41,21,5); }

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

border-color css

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

 span { border-color: rgb(41,21,5); }

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