Html Css Color HEX #441305 Brown Pod

📋 copy color: '#441305'

red 68 ◦ green 19 ◦ blue 5

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

Shades of Brown Pod #441305

Tints of Brown Pod #441305

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20.65%

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

R = 73.91%
G = 20.65%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.73

RGB Variations

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

Color information

#441305 (or 0x441305) is known color: Brown Pod. HEX triplet: 44, 13 and 05. RGB value is (68,19,5). Sum of RGB (Red+Green+Blue) = 68+19+5=92 (12% of max value = 765). Red value is 68 (26.95% from 255 or 73.91% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 5 (2.34% from 255 or 5.43% from 92); Max value from RGB is 68 - color contains mainly: red. Hex color #441305 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441305 is #BBECFA. Grayscale: #202020. Windows color (decimal): -12315899 or 332612. OLE color: 332612.

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

Color convert

RGB 68 19 5 -
CMYK 0 0.72 0.93 0.73
HSL 13.33º 0.86% 0.14% -
HSV(B) 13.33º 0.93% 0.27% -
XYZ 2.64 1.71 0.33 -
YUV 32.06 112.73 153.64 -
System Red Green Blue C M Y K H S L
Decimal 68 19 5 0 0.72 0.93 0.73 13.33 0.86 0.14
Hex 44 13 5 0 48 5D 49 D 56 E
Octal 104 23 5 0 110 135 111 15 126 16
Binary 1000100 10011 101 0 1001000 1011101 1001001 1101 1010110 1110

Color Harmonies of #441305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441305

Black with #441305

Text Example


Text Example

White with #441305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441305; }

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

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

background-color css

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

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

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

border-color css

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

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

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