Html Css Color HEX #291601 Cocoa Brown

📋 copy color: '#291601'

red 41 ◦ green 22 ◦ blue 1

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

Shades of Cocoa Brown #291601

Tints of Cocoa Brown #291601

RGB

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

 GREEN value IS 22 (8.98% from 255) = 34.38%

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

R = 64.06%
G = 34.38%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.84

RGB Variations

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

Color information

#291601 (or 0x291601) is known color: Cocoa Brown. HEX triplet: 29, 16 and 01. RGB value is (41,22,1). Sum of RGB (Red+Green+Blue) = 41+22+1=64 (8% of max value = 765). Red value is 41 (16.41% from 255 or 64.06% from 64); Green value is 22 (8.98% from 255 or 34.38% from 64); Blue value is 1 (0.78% from 255 or 1.56% from 64); Max value from RGB is 41 - color contains mainly: red. Hex color #291601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291601 is #D6E9FE. Grayscale: #191919. Windows color (decimal): -14084607 or 71209. OLE color: 71209.

HSL color Cylindrical-coordinate representation of color #291601: hue angle of 31.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 #291601 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 22 1 -
CMYK 0 0.46 0.98 0.84
HSL 31.5º 0.95% 0.08% -
HSV(B) 31.5º 0.98% 0.16% -
XYZ 1.21 1.05 0.17 -
YUV 25.29 114.29 139.21 -
System Red Green Blue C M Y K H S L
Decimal 41 22 1 0 0.46 0.98 0.84 31.5 0.95 0.08
Hex 29 16 1 0 2E 62 54 1F 5F 8
Octal 51 26 1 0 56 142 124 37 137 10
Binary 101001 10110 1 0 101110 1100010 1010100 11111 1011111 1000

Color Harmonies of #291601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291601

Black with #291601

Text Example


Text Example

White with #291601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291601; }

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

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

background-color css

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

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

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

border-color css

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

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

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