#441708

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

Shades of Brown Pod #441708

Tints of Brown Pod #441708

Color information

#441708 (or 0x441708) is unknown color: approx Brown Pod. HEX triplet: 44, 17 and 08. RGB value is (68,23,8). Sum of RGB (Red+Green+Blue) = 68+23+8=99 (13% of max value = 765). Red value is 68 (26.95% from 255 or 68.69% from 99); Green value is 23 (9.38% from 255 or 23.23% from 99); Blue value is 8 (3.52% from 255 or 8.08% from 99); Max value from RGB is 68 - color contains mainly: red. Hex color #441708 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441708 is #BBE8F7. Grayscale: #222222. Windows color (decimal): -12314872 or 530244. OLE color: 530244.

HSL color Cylindrical-coordinate representation of color #441708: hue angle of 15º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #441708 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.73.

Color convert

RGB68238-
CMYK00.660.880.73
HSL15º78.95%14.9%-
HSV(B)15º88.24%26.67%-
XYZ2.731.860.44-
YUV34.74112.91151.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 68.69%
GREEN value IS 23 (9.38% from 255) = 23.23%
BLUE value IS 8 (3.52% from 255) = 8.08%
R=68.69%
G=23.23%
B=8.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.88
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6823800.660.880.731578.9514.9
Hex441780425849f4ff
Octal104271001021301111711717
Binary10001001011110000100001010110001001001111110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441708; }

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

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

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

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

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

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

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

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