#421403

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

Shades of Brown Pod #421403

Tints of Brown Pod #421403

Color information

#421403 (or 0x421403) is unknown color: approx Brown Pod. HEX triplet: 42, 14 and 03. RGB value is (66,20,3). Sum of RGB (Red+Green+Blue) = 66+20+3=89 (11% of max value = 765). Red value is 66 (26.17% from 255 or 74.16% from 89); Green value is 20 (8.20% from 255 or 22.47% from 89); Blue value is 3 (1.56% from 255 or 3.37% from 89); Max value from RGB is 66 - color contains mainly: red. Hex color #421403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421403 is #BDEBFC. Grayscale: #1F1F1F. Windows color (decimal): -12446717 or 201794. OLE color: 201794.

HSL color Cylindrical-coordinate representation of color #421403: hue angle of 16.19º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #421403 is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.74.

Color convert

RGB66203-
CMYK00.700.950.74
HSL16.19º91.3%13.53%-
HSV(B)16.19º95.45%25.88%-
XYZ2.511.670.28-
YUV31.82111.74152.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 74.16%
GREEN value IS 20 (8.20% from 255) = 22.47%
BLUE value IS 3 (1.56% from 255) = 3.37%
R=74.16%
G=22.47%
B=3.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.95
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6620300.700.950.7416.1991.313.53
Hex421430465F4A105be
Octal10224301061371122013316
Binary1000010101001101000110101111110010101000010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421403; }

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

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

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

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

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

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

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

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