Html Css Color HEX #291000 Brown Pod

📋 copy color: '#291000'

red 41 ◦ green 16 ◦ blue 0

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

Shades of Brown Pod #291000

Tints of Brown Pod #291000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 28.07%

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

R = 71.93%
G = 28.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.84

RGB Variations

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

Color information

#291000 (or 0x291000) is known color: Brown Pod. HEX triplet: 29, 10 and 00. RGB value is (41,16,0). Sum of RGB (Red+Green+Blue) = 41+16+0=57 (7% of max value = 765). Red value is 41 (16.41% from 255 or 71.93% from 57); Green value is 16 (6.64% from 255 or 28.07% from 57); Blue value is 0 (0.39% from 255 or 0% from 57); Max value from RGB is 41 - color contains mainly: red. Hex color #291000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291000 is #D6EFFF. Grayscale: #151515. Windows color (decimal): -14086144 or 4137. OLE color: 4137.

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

Color convert

RGB 41 16 0 -
CMYK 0 0.61 1 0.84
HSL 23.41º 1% 0.08% -
HSV(B) 23.41º 1% 0.16% -
XYZ 1.1 0.84 0.1 -
YUV 21.65 115.78 141.8 -
System Red Green Blue C M Y K H S L
Decimal 41 16 0 0 0.61 1 0.84 23.41 1 0.08
Hex 29 10 0 0 3D 64 54 17 64 8
Octal 51 20 0 0 75 144 124 27 144 10
Binary 101001 10000 0 0 111101 1100100 1010100 10111 1100100 1000

Color Harmonies of #291000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291000

Black with #291000

Text Example


Text Example

White with #291000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291000; }

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

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

background-color css

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

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

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

border-color css

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

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

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