Html Css Color HEX #441600 Brown Pod

📋 copy color: '#441600'

red 68 ◦ green 22 ◦ blue 0

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

Shades of Brown Pod #441600

Tints of Brown Pod #441600

RGB

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

 GREEN value IS 22 (8.98% from 255) = 24.44%

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

R = 75.56%
G = 24.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#441600 (or 0x441600) is known color: Brown Pod. HEX triplet: 44, 16 and 00. RGB value is (68,22,0). Sum of RGB (Red+Green+Blue) = 68+22+0=90 (11% of max value = 765). Red value is 68 (26.95% from 255 or 75.56% from 90); Green value is 22 (8.98% from 255 or 24.44% from 90); Blue value is 0 (0.39% from 255 or 0% from 90); Max value from RGB is 68 - color contains mainly: red. Hex color #441600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441600 is #BBE9FF. Grayscale: #212121. Windows color (decimal): -12315136 or 5700. OLE color: 5700.

HSL color Cylindrical-coordinate representation of color #441600: hue angle of 19.41º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #441600 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 22 0 -
CMYK 0 0.68 1 0.73
HSL 19.41º 1% 0.13% -
HSV(B) 19.41º 1% 0.27% -
XYZ 2.67 1.8 0.21 -
YUV 33.25 109.24 152.79 -
System Red Green Blue C M Y K H S L
Decimal 68 22 0 0 0.68 1 0.73 19.41 1 0.13
Hex 44 16 0 0 44 64 49 13 64 D
Octal 104 26 0 0 104 144 111 23 144 15
Binary 1000100 10110 0 0 1000100 1100100 1001001 10011 1100100 1101

Color Harmonies of #441600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441600

Black with #441600

Text Example


Text Example

White with #441600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441600; }

 p { color: rgb(68,22,0); }

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

background-color css

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

 a { background-color: rgb(68,22,0); }

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

border-color css

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

 span { border-color: rgb(68,22,0); }

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