#421e1b

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

Shades of Brown Pod #421E1B

Tints of Brown Pod #421E1B

Color information

#421E1B (or 0x421E1B) is unknown color: approx Brown Pod. HEX triplet: 42, 1E and 1B. RGB value is (66,30,27). Sum of RGB (Red+Green+Blue) = 66+30+27=123 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.66% from 123); Green value is 30 (12.11% from 255 or 24.39% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 66 - color contains mainly: red. Hex color #421E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421E1B is #BDE1E4. Grayscale: #282828. Windows color (decimal): -12444133 or 1777218. OLE color: 1777218.

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

Color convert

RGB663027-
CMYK00.550.590.74
HSL4.62º41.94%18.24%-
HSV(B)4.62º59.09%25.88%-
XYZ2.912.171.3-
YUV40.42120.43146.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 53.66%
GREEN value IS 30 (12.11% from 255) = 24.39%
BLUE value IS 27 (10.94% from 255) = 21.95%
R=53.66%
G=24.39%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66302700.550.590.744.6241.9418.24
Hex421E1B0373B4A52a12
Octal10236330677311255222
Binary100001011110110110110111111011100101010110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421e1b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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