#421203

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

Shades of Brown Pod #421203

Tints of Brown Pod #421203

Color information

#421203 (or 0x421203) is unknown color: approx Brown Pod. HEX triplet: 42, 12 and 03. RGB value is (66,18,3). Sum of RGB (Red+Green+Blue) = 66+18+3=87 (11% of max value = 765). Red value is 66 (26.17% from 255 or 75.86% from 87); Green value is 18 (7.42% from 255 or 20.69% from 87); Blue value is 3 (1.56% from 255 or 3.45% from 87); Max value from RGB is 66 - color contains mainly: red. Hex color #421203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421203 is #BDEDFC. Grayscale: #1E1E1E. Windows color (decimal): -12447229 or 201282. OLE color: 201282.

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

Color convert

RGB66183-
CMYK00.730.950.74
HSL14.29º91.3%13.53%-
HSV(B)14.29º95.45%25.88%-
XYZ2.481.60.26-
YUV30.64112.4153.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 75.86%
GREEN value IS 18 (7.42% from 255) = 20.69%
BLUE value IS 3 (1.56% from 255) = 3.45%
R=75.86%
G=20.69%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.95
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6618300.730.950.7414.2991.313.53
Hex421230495F4Ae5be
Octal10222301111371121613316
Binary100001010010110100100110111111001010111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421203; }

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

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

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

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

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

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

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

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