#421C14

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

Shades of Brown Pod #421C14

Tints of Brown Pod #421C14

Color information

#421C14 (or 0x421C14) is unknown color: approx Brown Pod. HEX triplet: 42, 1C and 14. RGB value is (66,28,20). Sum of RGB (Red+Green+Blue) = 66+28+20=114 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.89% from 114); Green value is 28 (11.33% from 255 or 24.56% from 114); Blue value is 20 (8.20% from 255 or 17.54% from 114); Max value from RGB is 66 - color contains mainly: red. Hex color #421C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421C14 is #BDE3EB. Grayscale: #262626. Windows color (decimal): -12444652 or 1317954. OLE color: 1317954.

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

Color convert

RGB662820-
CMYK00.580.700.74
HSL10.43º53.49%16.86%-
HSV(B)10.43º69.7%25.88%-
XYZ2.792.040.91-
YUV38.45117.59147.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 57.89%
GREEN value IS 28 (11.33% from 255) = 24.56%
BLUE value IS 20 (8.20% from 255) = 17.54%
R=57.89%
G=24.56%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.70
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66282000.580.700.7410.4353.4916.86
Hex421C1403A464Aa3511
Octal1023424072106112126521
Binary10000101110010100011101010001101001010101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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