Html Css Color HEX #291502 Cocoa Brown

📋 copy color: '#291502'

red 41 ◦ green 21 ◦ blue 2

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

Shades of Cocoa Brown #291502

Tints of Cocoa Brown #291502

RGB

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

 GREEN value IS 21 (8.59% from 255) = 32.81%

 BLUE value IS 2 (1.17% from 255) = 3.13%

R = 64.06%
G = 32.81%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.95

 K value IS 0.84

RGB Variations

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

Color information

#291502 (or 0x291502) is known color: Cocoa Brown. HEX triplet: 29, 15 and 02. RGB value is (41,21,2). Sum of RGB (Red+Green+Blue) = 41+21+2=64 (8% of max value = 765). Red value is 41 (16.41% from 255 or 64.06% from 64); Green value is 21 (8.59% from 255 or 32.81% from 64); Blue value is 2 (1.17% from 255 or 3.12% from 64); Max value from RGB is 41 - color contains mainly: red. Hex color #291502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291502 is #D6EAFD. Grayscale: #181818. Windows color (decimal): -14084862 or 136489. OLE color: 136489.

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

Color convert

RGB 41 21 2 -
CMYK 0 0.49 0.95 0.84
HSL 29.23º 0.91% 0.08% -
HSV(B) 29.23º 0.95% 0.16% -
XYZ 1.19 1.01 0.19 -
YUV 24.81 115.13 139.54 -
System Red Green Blue C M Y K H S L
Decimal 41 21 2 0 0.49 0.95 0.84 29.23 0.91 0.08
Hex 29 15 2 0 31 5F 54 1D 5B 8
Octal 51 25 2 0 61 137 124 35 133 10
Binary 101001 10101 10 0 110001 1011111 1010100 11101 1011011 1000

Color Harmonies of #291502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291502

Black with #291502

Text Example


Text Example

White with #291502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291502; }

 p { color: rgb(41,21,2); }

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

background-color css

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

 a { background-color: rgb(41,21,2); }

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

border-color css

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

 span { border-color: rgb(41,21,2); }

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