Html Css Color HEX #291300 Cocoa Brown

📋 copy color: '#291300'

red 41 ◦ green 19 ◦ blue 0

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

Shades of Cocoa Brown #291300

Tints of Cocoa Brown #291300

RGB

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

 GREEN value IS 19 (7.81% from 255) = 31.67%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.33%
G = 31.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.84

RGB Variations

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

Color information

#291300 (or 0x291300) is known color: Cocoa Brown. HEX triplet: 29, 13 and 00. RGB value is (41,19,0). Sum of RGB (Red+Green+Blue) = 41+19+0=60 (7% of max value = 765). Red value is 41 (16.41% from 255 or 68.33% from 60); Green value is 19 (7.81% from 255 or 31.67% from 60); Blue value is 0 (0.39% from 255 or 0% from 60); Max value from RGB is 41 - color contains mainly: red. Hex color #291300 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291300 is #D6ECFF. Grayscale: #171717. Windows color (decimal): -14085376 or 4905. OLE color: 4905.

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

Color convert

RGB 41 19 0 -
CMYK 0 0.54 1 0.84
HSL 27.8º 1% 0.08% -
HSV(B) 27.8º 1% 0.16% -
XYZ 1.15 0.94 0.12 -
YUV 23.41 114.79 140.54 -
System Red Green Blue C M Y K H S L
Decimal 41 19 0 0 0.54 1 0.84 27.8 1 0.08
Hex 29 13 0 0 36 64 54 1C 64 8
Octal 51 23 0 0 66 144 124 34 144 10
Binary 101001 10011 0 0 110110 1100100 1010100 11100 1100100 1000

Color Harmonies of #291300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291300

Black with #291300

Text Example


Text Example

White with #291300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291300; }

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

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

background-color css

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

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

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

border-color css

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

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

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