#421200

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

Shades of Brown Pod #421200

Tints of Brown Pod #421200

Color information

#421200 (or 0x421200) is unknown color: approx Brown Pod. HEX triplet: 42, 12 and 00. RGB value is (66,18,0). Sum of RGB (Red+Green+Blue) = 66+18+0=84 (11% of max value = 765). Red value is 66 (26.17% from 255 or 78.57% from 84); Green value is 18 (7.42% from 255 or 21.43% from 84); Blue value is 0 (0.39% from 255 or 0% from 84); Max value from RGB is 66 - color contains mainly: red. Hex color #421200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421200 is #BDEDFF. Grayscale: #1E1E1E. Windows color (decimal): -12447232 or 4674. OLE color: 4674.

HSL color Cylindrical-coordinate representation of color #421200: hue angle of 16.36º 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 #421200 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.74.

Color convert

RGB66180-
CMYK00.7310.74
HSL16.36º100%12.94%-
HSV(B)16.36º100%25.88%-
XYZ2.461.590.18-
YUV30.3110.9153.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 78.57%
GREEN value IS 18 (7.42% from 255) = 21.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=78.57%
G=21.43%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6618000.7310.7416.3610012.94
Hex42120049644A1064d
Octal10222001111441122014415
Binary100001010010001001001110010010010101000011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421200; }

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

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

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

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

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

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

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

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