#421F19

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

Shades of Brown Pod #421F19

Tints of Brown Pod #421F19

Color information

#421F19 (or 0x421F19) is unknown color: approx Brown Pod. HEX triplet: 42, 1F and 19. RGB value is (66,31,25). Sum of RGB (Red+Green+Blue) = 66+31+25=122 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.10% from 122); Green value is 31 (12.5% from 255 or 25.41% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 66 - color contains mainly: red. Hex color #421F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421F19 is #BDE0E6. Grayscale: #282828. Windows color (decimal): -12443879 or 1646402. OLE color: 1646402.

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

Color convert

RGB663125-
CMYK00.530.620.74
HSL8.78º45.05%17.84%-
HSV(B)8.78º62.12%25.88%-
XYZ2.912.211.19-
YUV40.78119.1145.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 54.10%
GREEN value IS 31 (12.5% from 255) = 25.41%
BLUE value IS 25 (10.16% from 255) = 20.49%
R=54.10%
G=25.41%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66312500.530.620.748.7845.0517.84
Hex421F190353E4A92d12
Octal102373106576112115522
Binary1000010111111100101101011111101001010100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,31,25); }

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

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

 a { background-color: rgb(66,31,25); }

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

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

 span { border-color: rgb(66,31,25); }

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