#421811

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

Shades of Brown Pod #421811

Tints of Brown Pod #421811

Color information

#421811 (or 0x421811) is unknown color: approx Brown Pod. HEX triplet: 42, 18 and 11. RGB value is (66,24,17). Sum of RGB (Red+Green+Blue) = 66+24+17=107 (14% of max value = 765). Red value is 66 (26.17% from 255 or 61.68% from 107); Green value is 24 (9.77% from 255 or 22.43% from 107); Blue value is 17 (7.03% from 255 or 15.89% from 107); Max value from RGB is 66 - color contains mainly: red. Hex color #421811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421811 is #BDE7EE. Grayscale: #232323. Windows color (decimal): -12445679 or 1120322. OLE color: 1120322.

HSL color Cylindrical-coordinate representation of color #421811: hue angle of 8.57º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #421811 is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.74.

Color convert

RGB662417-
CMYK00.640.740.74
HSL8.57º59.04%16.27%-
HSV(B)8.57º74.24%25.88%-
XYZ2.671.850.75-
YUV35.76117.41149.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 61.68%
GREEN value IS 24 (9.77% from 255) = 22.43%
BLUE value IS 17 (7.03% from 255) = 15.89%
R=61.68%
G=22.43%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.74
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66241700.640.740.748.5759.0416.27
Hex4218110404A4A93b10
Octal10230210100112112117320
Binary100001011000100010100000010010101001010100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421811; }

 p { color: rgb(66,24,17); }

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

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

 a { background-color: rgb(66,24,17); }

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

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

 span { border-color: rgb(66,24,17); }

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