Html Css Color HEX #441506 Brown Pod

📋 copy color: '#441506'

red 68 ◦ green 21 ◦ blue 6

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

Shades of Brown Pod #441506

Tints of Brown Pod #441506

RGB

 RED value IS 68 (26.95% from 255) = 71.58%

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

 BLUE value IS 6 (2.73% from 255) = 6.32%

R = 71.58%
G = 22.11%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.73

RGB Variations

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

Color information

#441506 (or 0x441506) is known color: Brown Pod. HEX triplet: 44, 15 and 06. RGB value is (68,21,6). Sum of RGB (Red+Green+Blue) = 68+21+6=95 (12% of max value = 765). Red value is 68 (26.95% from 255 or 71.58% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 6 (2.73% from 255 or 6.32% from 95); Max value from RGB is 68 - color contains mainly: red. Hex color #441506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441506 is #BBEAF9. Grayscale: #212121. Windows color (decimal): -12315386 or 398660. OLE color: 398660.

HSL color Cylindrical-coordinate representation of color #441506: hue angle of 14.52º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #441506 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 21 6 -
CMYK 0 0.69 0.91 0.73
HSL 14.52º 0.84% 0.15% -
HSV(B) 14.52º 0.91% 0.27% -
XYZ 2.68 1.78 0.37 -
YUV 33.34 112.57 152.72 -
System Red Green Blue C M Y K H S L
Decimal 68 21 6 0 0.69 0.91 0.73 14.52 0.84 0.15
Hex 44 15 6 0 45 5B 49 F 54 F
Octal 104 25 6 0 105 133 111 17 124 17
Binary 1000100 10101 110 0 1000101 1011011 1001001 1111 1010100 1111

Color Harmonies of #441506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441506

Black with #441506

Text Example


Text Example

White with #441506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441506; }

 p { color: rgb(68,21,6); }

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

background-color css

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

 a { background-color: rgb(68,21,6); }

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

border-color css

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

 span { border-color: rgb(68,21,6); }

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