#441D07

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

Shades of Brown Pod #441D07

Tints of Brown Pod #441D07

Color information

#441D07 (or 0x441D07) is unknown color: approx Brown Pod. HEX triplet: 44, 1D and 07. RGB value is (68,29,7). Sum of RGB (Red+Green+Blue) = 68+29+7=104 (13% of max value = 765). Red value is 68 (26.95% from 255 or 65.38% from 104); Green value is 29 (11.72% from 255 or 27.88% from 104); Blue value is 7 (3.12% from 255 or 6.73% from 104); Max value from RGB is 68 - color contains mainly: red. Hex color #441D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441D07 is #BBE2F8. Grayscale: #262626. Windows color (decimal): -12313337 or 466244. OLE color: 466244.

HSL color Cylindrical-coordinate representation of color #441D07: hue angle of 21.64º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #441D07 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.73.

Color convert

RGB68297-
CMYK00.570.900.73
HSL21.64º81.33%14.71%-
HSV(B)21.64º89.71%26.67%-
XYZ2.862.120.46-
YUV38.15110.42149.29-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 65.38%
GREEN value IS 29 (11.72% from 255) = 27.88%
BLUE value IS 7 (3.12% from 255) = 6.73%
R=65.38%
G=27.88%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.90
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6829700.570.900.7321.6481.3314.71
Hex441D70395A491651f
Octal1043570711321112612117
Binary1000100111011110111001101101010010011011010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441D07; }

 p { color: rgb(68,29,7); }

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

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

 a { background-color: rgb(68,29,7); }

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

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

 span { border-color: rgb(68,29,7); }

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