Html Css Color HEX #291E12 Cocoa Brown

📋 copy color: '#291E12'

red 41 ◦ green 30 ◦ blue 18

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

Shades of Cocoa Brown #291E12

Tints of Cocoa Brown #291E12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 20.22%

R = 46.07%
G = 33.71%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.56

 K value IS 0.84

RGB Variations

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

Color information

#291E12 (or 0x291E12) is known color: Cocoa Brown. HEX triplet: 29, 1E and 12. RGB value is (41,30,18). Sum of RGB (Red+Green+Blue) = 41+30+18=89 (11% of max value = 765). Red value is 41 (16.41% from 255 or 46.07% from 89); Green value is 30 (12.11% from 255 or 33.71% from 89); Blue value is 18 (7.42% from 255 or 20.22% from 89); Max value from RGB is 41 - color contains mainly: red. Hex color #291E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291E12 is #D6E1ED. Grayscale: #1F1F1F. Windows color (decimal): -14082542 or 1187369. OLE color: 1187369.

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

Color convert

RGB 41 30 18 -
CMYK 0 0.27 0.56 0.84
HSL 31.3º 0.39% 0.12% -
HSV(B) 31.3º 0.56% 0.16% -
XYZ 1.49 1.44 0.77 -
YUV 31.92 120.14 134.48 -
System Red Green Blue C M Y K H S L
Decimal 41 30 18 0 0.27 0.56 0.84 31.3 0.39 0.12
Hex 29 1E 12 0 1B 38 54 1F 27 C
Octal 51 36 22 0 33 70 124 37 47 14
Binary 101001 11110 10010 0 11011 111000 1010100 11111 100111 1100

Color Harmonies of #291E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291E12

Black with #291E12

Text Example


Text Example

White with #291E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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