#421C15

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

Shades of Brown Pod #421C15

Tints of Brown Pod #421C15

Color information

#421C15 (or 0x421C15) is unknown color: approx Brown Pod. HEX triplet: 42, 1C and 15. RGB value is (66,28,21). Sum of RGB (Red+Green+Blue) = 66+28+21=115 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.39% from 115); Green value is 28 (11.33% from 255 or 24.35% from 115); Blue value is 21 (8.59% from 255 or 18.26% from 115); Max value from RGB is 66 - color contains mainly: red. Hex color #421C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421C15 is #BDE3EA. Grayscale: #262626. Windows color (decimal): -12444651 or 1383490. OLE color: 1383490.

HSL color Cylindrical-coordinate representation of color #421C15: hue angle of 9.33º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #421C15 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.74.

Color convert

RGB662821-
CMYK00.580.680.74
HSL9.33º51.72%17.06%-
HSV(B)9.33º68.18%25.88%-
XYZ2.82.040.96-
YUV38.56118.09147.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 57.39%
GREEN value IS 28 (11.33% from 255) = 24.35%
BLUE value IS 21 (8.59% from 255) = 18.26%
R=57.39%
G=24.35%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.68
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66282100.580.680.749.3351.7217.06
Hex421C1503A444A93411
Octal1023425072104112116421
Binary10000101110010101011101010001001001010100111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421C15; }

 p { color: rgb(66,28,21); }

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

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

 a { background-color: rgb(66,28,21); }

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

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

 span { border-color: rgb(66,28,21); }

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