Html Css Color HEX #441604 Brown Pod

📋 copy color: '#441604'

red 68 ◦ green 22 ◦ blue 4

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

Shades of Brown Pod #441604

Tints of Brown Pod #441604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 4.26%

R = 72.34%
G = 23.4%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.73

RGB Variations

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

Color information

#441604 (or 0x441604) is known color: Brown Pod. HEX triplet: 44, 16 and 04. RGB value is (68,22,4). Sum of RGB (Red+Green+Blue) = 68+22+4=94 (12% of max value = 765). Red value is 68 (26.95% from 255 or 72.34% from 94); Green value is 22 (8.98% from 255 or 23.40% from 94); Blue value is 4 (1.95% from 255 or 4.26% from 94); Max value from RGB is 68 - color contains mainly: red. Hex color #441604 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441604 is #BBE9FB. Grayscale: #212121. Windows color (decimal): -12315132 or 267844. OLE color: 267844.

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

Color convert

RGB 68 22 4 -
CMYK 0 0.68 0.94 0.73
HSL 16.88º 0.89% 0.14% -
HSV(B) 16.88º 0.94% 0.27% -
XYZ 2.69 1.81 0.32 -
YUV 33.7 111.24 152.46 -
System Red Green Blue C M Y K H S L
Decimal 68 22 4 0 0.68 0.94 0.73 16.88 0.89 0.14
Hex 44 16 4 0 44 5E 49 11 59 E
Octal 104 26 4 0 104 136 111 21 131 16
Binary 1000100 10110 100 0 1000100 1011110 1001001 10001 1011001 1110

Color Harmonies of #441604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441604

Black with #441604

Text Example


Text Example

White with #441604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441604; }

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

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

background-color css

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

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

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

border-color css

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

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

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