#291101

Color #291101 Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #291101

Tints of Brown Pod #291101

Color information

#291101 (or 0x291101) is unknown color: approx Brown Pod. HEX triplet: 29, 11 and 01. RGB value is (41,17,1). Sum of RGB (Red+Green+Blue) = 41+17+1=59 (7% of max value = 765). Red value is 41 (16.41% from 255 or 69.49% from 59); Green value is 17 (7.03% from 255 or 28.81% from 59); Blue value is 1 (0.78% from 255 or 1.69% from 59); Max value from RGB is 41 - color contains mainly: red. Hex color #291101 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291101 is #D6EEFE. Grayscale: #161616. Windows color (decimal): -14085887 or 69929. OLE color: 69929.

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

Color convert

RGB41171-
CMYK00.590.980.84
HSL24º95.24%8.24%-
HSV(B)24º97.56%16.08%-
XYZ1.120.870.14-
YUV22.35115.95141.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 69.49%
GREEN value IS 17 (7.03% from 255) = 28.81%
BLUE value IS 1 (0.78% from 255) = 1.69%
R=69.49%
G=28.81%
B=1.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.98
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4117100.590.980.842495.248.24
Hex2911103B6254185f8
Octal512110731421243013710
Binary1010011000110111011110001010101001100010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291101; }

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

 H1.HeaderClassName
 {
   color: #291101;
 }
 .AnyTagClassName
 {
   color: #291101;
 }
</style>
background-color css

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

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

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

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

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

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