#421E1C

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

Shades of Brown Pod #421E1C

Tints of Brown Pod #421E1C

Color information

#421E1C (or 0x421E1C) is unknown color: approx Brown Pod. HEX triplet: 42, 1E and 1C. RGB value is (66,30,28). Sum of RGB (Red+Green+Blue) = 66+30+28=124 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.23% from 124); Green value is 30 (12.11% from 255 or 24.19% from 124); Blue value is 28 (11.33% from 255 or 22.58% from 124); Max value from RGB is 66 - color contains mainly: red. Hex color #421E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421E1C is #BDE1E3. Grayscale: #282828. Windows color (decimal): -12444132 or 1842754. OLE color: 1842754.

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

Color convert

RGB663028-
CMYK00.550.580.74
HSL3.16º40.43%18.43%-
HSV(B)3.16º57.58%25.88%-
XYZ2.922.171.36-
YUV40.54120.93146.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 53.23%
GREEN value IS 30 (12.11% from 255) = 24.19%
BLUE value IS 28 (11.33% from 255) = 22.58%
R=53.23%
G=24.19%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66302800.550.580.743.1640.4318.43
Hex421E1C0373A4A32812
Octal10236340677211235022
Binary10000101111011100011011111101010010101110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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