Html Css Color HEX #291E13 Cocoa Brown

📋 copy color: '#291E13'

red 41 ◦ green 30 ◦ blue 19

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

Shades of Cocoa Brown #291E13

Tints of Cocoa Brown #291E13

RGB

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

 GREEN value IS 30 (12.11% from 255) = 33.33%

 BLUE value IS 19 (7.81% from 255) = 21.11%

R = 45.56%
G = 33.33%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.54

 K value IS 0.84

RGB Variations

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

Color information

#291E13 (or 0x291E13) is known color: Cocoa Brown. HEX triplet: 29, 1E and 13. RGB value is (41,30,19). Sum of RGB (Red+Green+Blue) = 41+30+19=90 (11% of max value = 765). Red value is 41 (16.41% from 255 or 45.56% from 90); Green value is 30 (12.11% from 255 or 33.33% from 90); Blue value is 19 (7.81% from 255 or 21.11% from 90); Max value from RGB is 41 - color contains mainly: red. Hex color #291E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291E13 is #D6E1EC. Grayscale: #202020. Windows color (decimal): -14082541 or 1252905. OLE color: 1252905.

HSL color Cylindrical-coordinate representation of color #291E13: hue angle of 30º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #291E13 is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 30 19 -
CMYK 0 0.27 0.54 0.84
HSL 30º 0.37% 0.12% -
HSV(B) 30º 0.54% 0.16% -
XYZ 1.5 1.45 0.82 -
YUV 32.04 120.64 134.39 -
System Red Green Blue C M Y K H S L
Decimal 41 30 19 0 0.27 0.54 0.84 30 0.37 0.12
Hex 29 1E 13 0 1B 36 54 1E 25 C
Octal 51 36 23 0 33 66 124 36 45 14
Binary 101001 11110 10011 0 11011 110110 1010100 11110 100101 1100

Color Harmonies of #291E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291E13

Black with #291E13

Text Example


Text Example

White with #291E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,30,19); }

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

background-color css

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

 a { background-color: rgb(41,30,19); }

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

border-color css

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

 span { border-color: rgb(41,30,19); }

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