Html Css Color HEX #441900 Brown Pod

📋 copy color: '#441900'

red 68 ◦ green 25 ◦ blue 0

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

Shades of Brown Pod #441900

Tints of Brown Pod #441900

RGB

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

 GREEN value IS 25 (10.16% from 255) = 26.88%

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

R = 73.12%
G = 26.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#441900 (or 0x441900) is known color: Brown Pod. HEX triplet: 44, 19 and 00. RGB value is (68,25,0). Sum of RGB (Red+Green+Blue) = 68+25+0=93 (12% of max value = 765). Red value is 68 (26.95% from 255 or 73.12% from 93); Green value is 25 (10.16% from 255 or 26.88% from 93); Blue value is 0 (0.39% from 255 or 0% from 93); Max value from RGB is 68 - color contains mainly: red. Hex color #441900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441900 is #BBE6FF. Grayscale: #232323. Windows color (decimal): -12314368 or 6468. OLE color: 6468.

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

Color convert

RGB 68 25 0 -
CMYK 0 0.63 1 0.73
HSL 22.06º 1% 0.13% -
HSV(B) 22.06º 1% 0.27% -
XYZ 2.73 1.92 0.23 -
YUV 35.01 108.25 151.53 -
System Red Green Blue C M Y K H S L
Decimal 68 25 0 0 0.63 1 0.73 22.06 1 0.13
Hex 44 19 0 0 3F 64 49 16 64 D
Octal 104 31 0 0 77 144 111 26 144 15
Binary 1000100 11001 0 0 111111 1100100 1001001 10110 1100100 1101

Color Harmonies of #441900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441900

Black with #441900

Text Example


Text Example

White with #441900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441900; }

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

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

background-color css

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

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

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

border-color css

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

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

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