#441500

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

Shades of Brown Pod #441500

Tints of Brown Pod #441500

Color information

#441500 (or 0x441500) is unknown color: approx Brown Pod. HEX triplet: 44, 15 and 00. RGB value is (68,21,0). Sum of RGB (Red+Green+Blue) = 68+21+0=89 (11% of max value = 765). Red value is 68 (26.95% from 255 or 76.40% from 89); Green value is 21 (8.59% from 255 or 23.60% from 89); Blue value is 0 (0.39% from 255 or 0% from 89); Max value from RGB is 68 - color contains mainly: red. Hex color #441500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441500 is #BBEAFF. Grayscale: #202020. Windows color (decimal): -12315392 or 5444. OLE color: 5444.

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

Color convert

RGB68210-
CMYK00.6910.73
HSL18.53º100%13.33%-
HSV(B)18.53º100%26.67%-
XYZ2.651.770.2-
YUV32.66109.57153.21-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 76.40%
GREEN value IS 21 (8.59% from 255) = 23.60%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.40%
G=23.60%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6821000.6910.7318.5310013.33
Hex4415004564491364d
Octal10425001051441112314415
Binary100010010101001000101110010010010011001111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441500; }

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

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

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

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

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

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

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

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