#441705

Color #441705 Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #441705

Tints of Brown Pod #441705

Color information

#441705 (or 0x441705) is unknown color: approx Brown Pod. HEX triplet: 44, 17 and 05. RGB value is (68,23,5). Sum of RGB (Red+Green+Blue) = 68+23+5=96 (12% of max value = 765). Red value is 68 (26.95% from 255 or 70.83% from 96); Green value is 23 (9.38% from 255 or 23.96% from 96); Blue value is 5 (2.34% from 255 or 5.21% from 96); Max value from RGB is 68 - color contains mainly: red. Hex color #441705 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441705 is #BBE8FA. Grayscale: #222222. Windows color (decimal): -12314875 or 333636. OLE color: 333636.

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

Color convert

RGB68235-
CMYK00.660.930.73
HSL17.14º86.3%14.31%-
HSV(B)17.14º92.65%26.67%-
XYZ2.721.850.36-
YUV34.4111.41151.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 70.83%
GREEN value IS 23 (9.38% from 255) = 23.96%
BLUE value IS 5 (2.34% from 255) = 5.21%
R=70.83%
G=23.96%
B=5.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6823500.660.930.7317.1486.314.31
Hex441750425D491156e
Octal10427501021351112112616
Binary10001001011110101000010101110110010011000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441705; }

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

 H1.HeaderClassName
 {
   color: #441705;
 }
 .AnyTagClassName
 {
   color: #441705;
 }
</style>
background-color css

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

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

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

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

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

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