Html Css Color HEX #291B10 Cocoa Brown

📋 copy color: '#291B10'

red 41 ◦ green 27 ◦ blue 16

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

Shades of Cocoa Brown #291B10

Tints of Cocoa Brown #291B10

RGB

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

 GREEN value IS 27 (10.94% from 255) = 32.14%

 BLUE value IS 16 (6.64% from 255) = 19.05%

R = 48.81%
G = 32.14%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.84

RGB Variations

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

Color information

#291B10 (or 0x291B10) is known color: Cocoa Brown. HEX triplet: 29, 1B and 10. RGB value is (41,27,16). Sum of RGB (Red+Green+Blue) = 41+27+16=84 (11% of max value = 765). Red value is 41 (16.41% from 255 or 48.81% from 84); Green value is 27 (10.94% from 255 or 32.14% from 84); Blue value is 16 (6.64% from 255 or 19.05% from 84); Max value from RGB is 41 - color contains mainly: red. Hex color #291B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291B10 is #D6E4EF. Grayscale: #1D1D1D. Windows color (decimal): -14083312 or 1055529. OLE color: 1055529.

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

Color convert

RGB 41 27 16 -
CMYK 0 0.34 0.61 0.84
HSL 26.4º 0.44% 0.11% -
HSV(B) 26.4º 0.61% 0.16% -
XYZ 1.4 1.29 0.67 -
YUV 29.93 120.14 135.89 -
System Red Green Blue C M Y K H S L
Decimal 41 27 16 0 0.34 0.61 0.84 26.4 0.44 0.11
Hex 29 1B 10 0 22 3D 54 1A 2C B
Octal 51 33 20 0 42 75 124 32 54 13
Binary 101001 11011 10000 0 100010 111101 1010100 11010 101100 1011

Color Harmonies of #291B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291B10

Black with #291B10

Text Example


Text Example

White with #291B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,27,16); }

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

background-color css

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

 a { background-color: rgb(41,27,16); }

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

border-color css

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

 span { border-color: rgb(41,27,16); }

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