Html Css Color HEX #441505 Brown Pod

📋 copy color: '#441505'

red 68 ◦ green 21 ◦ blue 5

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

Shades of Brown Pod #441505

Tints of Brown Pod #441505

RGB

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

 GREEN value IS 21 (8.59% from 255) = 22.34%

 BLUE value IS 5 (2.34% from 255) = 5.32%

R = 72.34%
G = 22.34%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.73

RGB Variations

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

Color information

#441505 (or 0x441505) is known color: Brown Pod. HEX triplet: 44, 15 and 05. RGB value is (68,21,5). Sum of RGB (Red+Green+Blue) = 68+21+5=94 (12% of max value = 765). Red value is 68 (26.95% from 255 or 72.34% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 5 (2.34% from 255 or 5.32% from 94); Max value from RGB is 68 - color contains mainly: red. Hex color #441505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441505 is #BBEAFA. Grayscale: #212121. Windows color (decimal): -12315387 or 333124. OLE color: 333124.

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

Color convert

RGB 68 21 5 -
CMYK 0 0.69 0.93 0.73
HSL 15.24º 0.86% 0.14% -
HSV(B) 15.24º 0.93% 0.27% -
XYZ 2.68 1.78 0.35 -
YUV 33.23 112.07 152.8 -
System Red Green Blue C M Y K H S L
Decimal 68 21 5 0 0.69 0.93 0.73 15.24 0.86 0.14
Hex 44 15 5 0 45 5D 49 F 56 E
Octal 104 25 5 0 105 135 111 17 126 16
Binary 1000100 10101 101 0 1000101 1011101 1001001 1111 1010110 1110

Color Harmonies of #441505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441505

Black with #441505

Text Example


Text Example

White with #441505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441505; }

 p { color: rgb(68,21,5); }

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

background-color css

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

 a { background-color: rgb(68,21,5); }

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

border-color css

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

 span { border-color: rgb(68,21,5); }

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