#421601

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

Shades of Brown Pod #421601

Tints of Brown Pod #421601

Color information

#421601 (or 0x421601) is unknown color: approx Brown Pod. HEX triplet: 42, 16 and 01. RGB value is (66,22,1). Sum of RGB (Red+Green+Blue) = 66+22+1=89 (11% of max value = 765). Red value is 66 (26.17% from 255 or 74.16% from 89); Green value is 22 (8.98% from 255 or 24.72% from 89); Blue value is 1 (0.78% from 255 or 1.12% from 89); Max value from RGB is 66 - color contains mainly: red. Hex color #421601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421601 is #BDE9FE. Grayscale: #202020. Windows color (decimal): -12446207 or 71234. OLE color: 71234.

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

Color convert

RGB66221-
CMYK00.670.980.74
HSL19.38º97.01%13.14%-
HSV(B)19.38º98.48%25.88%-
XYZ2.541.730.23-
YUV32.76110.08151.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 74.16%
GREEN value IS 22 (8.98% from 255) = 24.72%
BLUE value IS 1 (0.78% from 255) = 1.12%
R=74.16%
G=24.72%
B=1.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.98
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6622100.670.980.7419.3897.0113.14
Hex42161043624A1361d
Octal10226101031421122314115
Binary100001010110101000011110001010010101001111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421601; }

 p { color: rgb(66,22,1); }

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

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

 a { background-color: rgb(66,22,1); }

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

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

 span { border-color: rgb(66,22,1); }

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