Html Css Color HEX #291401 Cocoa Brown

📋 copy color: '#291401'

red 41 ◦ green 20 ◦ blue 1

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

Shades of Cocoa Brown #291401

Tints of Cocoa Brown #291401

RGB

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

 GREEN value IS 20 (8.2% from 255) = 32.26%

 BLUE value IS 1 (0.78% from 255) = 1.61%

R = 66.13%
G = 32.26%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.84

RGB Variations

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

Color information

#291401 (or 0x291401) is known color: Cocoa Brown. HEX triplet: 29, 14 and 01. RGB value is (41,20,1). Sum of RGB (Red+Green+Blue) = 41+20+1=62 (8% of max value = 765). Red value is 41 (16.41% from 255 or 66.13% from 62); Green value is 20 (8.20% from 255 or 32.26% from 62); Blue value is 1 (0.78% from 255 or 1.61% from 62); Max value from RGB is 41 - color contains mainly: red. Hex color #291401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291401 is #D6EBFE. Grayscale: #181818. Windows color (decimal): -14085119 or 70697. OLE color: 70697.

HSL color Cylindrical-coordinate representation of color #291401: hue angle of 28.5º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #291401 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 20 1 -
CMYK 0 0.51 0.98 0.84
HSL 28.5º 0.95% 0.08% -
HSV(B) 28.5º 0.98% 0.16% -
XYZ 1.17 0.97 0.16 -
YUV 24.11 114.96 140.04 -
System Red Green Blue C M Y K H S L
Decimal 41 20 1 0 0.51 0.98 0.84 28.5 0.95 0.08
Hex 29 14 1 0 33 62 54 1C 5F 8
Octal 51 24 1 0 63 142 124 34 137 10
Binary 101001 10100 1 0 110011 1100010 1010100 11100 1011111 1000

Color Harmonies of #291401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291401

Black with #291401

Text Example


Text Example

White with #291401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291401; }

 p { color: rgb(41,20,1); }

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

background-color css

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

 a { background-color: rgb(41,20,1); }

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

border-color css

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

 span { border-color: rgb(41,20,1); }

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