Html Css Color HEX #441200 Brown Pod

📋 copy color: '#441200'

red 68 ◦ green 18 ◦ blue 0

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

Shades of Brown Pod #441200

Tints of Brown Pod #441200

RGB

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

 GREEN value IS 18 (7.42% from 255) = 20.93%

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

R = 79.07%
G = 20.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#441200 (or 0x441200) is known color: Brown Pod. HEX triplet: 44, 12 and 00. RGB value is (68,18,0). Sum of RGB (Red+Green+Blue) = 68+18+0=86 (11% of max value = 765). Red value is 68 (26.95% from 255 or 79.07% from 86); Green value is 18 (7.42% from 255 or 20.93% from 86); Blue value is 0 (0.39% from 255 or 0% from 86); Max value from RGB is 68 - color contains mainly: red. Hex color #441200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441200 is #BBEDFF. Grayscale: #1F1F1F. Windows color (decimal): -12316160 or 4676. OLE color: 4676.

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

Color convert

RGB 68 18 0 -
CMYK 0 0.74 1 0.73
HSL 15.88º 1% 0.13% -
HSV(B) 15.88º 1% 0.27% -
XYZ 2.6 1.66 0.18 -
YUV 30.9 110.57 154.46 -
System Red Green Blue C M Y K H S L
Decimal 68 18 0 0 0.74 1 0.73 15.88 1 0.13
Hex 44 12 0 0 4A 64 49 10 64 D
Octal 104 22 0 0 112 144 111 20 144 15
Binary 1000100 10010 0 0 1001010 1100100 1001001 10000 1100100 1101

Color Harmonies of #441200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441200

Black with #441200

Text Example


Text Example

White with #441200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441200; }

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

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

background-color css

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

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

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

border-color css

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

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

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