Html Css Color HEX #441804 Brown Pod

📋 copy color: '#441804'

red 68 ◦ green 24 ◦ blue 4

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

Shades of Brown Pod #441804

Tints of Brown Pod #441804

RGB

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

 GREEN value IS 24 (9.77% from 255) = 25%

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

R = 70.83%
G = 25%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.73

RGB Variations

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

Color information

#441804 (or 0x441804) is known color: Brown Pod. HEX triplet: 44, 18 and 04. RGB value is (68,24,4). Sum of RGB (Red+Green+Blue) = 68+24+4=96 (12% of max value = 765). Red value is 68 (26.95% from 255 or 70.83% from 96); Green value is 24 (9.77% from 255 or 25% from 96); Blue value is 4 (1.95% from 255 or 4.17% from 96); Max value from RGB is 68 - color contains mainly: red. Hex color #441804 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441804 is #BBE7FB. Grayscale: #232323. Windows color (decimal): -12314620 or 268356. OLE color: 268356.

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

Color convert

RGB 68 24 4 -
CMYK 0 0.65 0.94 0.73
HSL 18.75º 0.89% 0.14% -
HSV(B) 18.75º 0.94% 0.27% -
XYZ 2.73 1.89 0.34 -
YUV 34.88 110.58 151.63 -
System Red Green Blue C M Y K H S L
Decimal 68 24 4 0 0.65 0.94 0.73 18.75 0.89 0.14
Hex 44 18 4 0 41 5E 49 13 59 E
Octal 104 30 4 0 101 136 111 23 131 16
Binary 1000100 11000 100 0 1000001 1011110 1001001 10011 1011001 1110

Color Harmonies of #441804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441804

Black with #441804

Text Example


Text Example

White with #441804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441804; }

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

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

background-color css

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

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

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

border-color css

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

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

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