#421F00

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

Shades of Brown Pod #421F00

Tints of Brown Pod #421F00

Color information

#421F00 (or 0x421F00) is unknown color: approx Brown Pod. HEX triplet: 42, 1F and 00. RGB value is (66,31,0). Sum of RGB (Red+Green+Blue) = 66+31+0=97 (12% of max value = 765). Red value is 66 (26.17% from 255 or 68.04% from 97); Green value is 31 (12.5% from 255 or 31.96% from 97); Blue value is 0 (0.39% from 255 or 0% from 97); Max value from RGB is 66 - color contains mainly: red. Hex color #421F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421F00 is #BDE0FF. Grayscale: #262626. Windows color (decimal): -12443904 or 8002. OLE color: 8002.

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

Color convert

RGB66310-
CMYK00.5310.74
HSL28.18º100%12.94%-
HSV(B)28.18º100%25.88%-
XYZ2.742.140.27-
YUV37.93106.6148.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 68.04%
GREEN value IS 31 (12.5% from 255) = 31.96%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.04%
G=31.96%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6631000.5310.7428.1810012.94
Hex421F0035644A1c64d
Octal1023700651441123414415
Binary10000101111100110101110010010010101110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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