#421A0D

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

Shades of Brown Pod #421A0D

Tints of Brown Pod #421A0D

Color information

#421A0D (or 0x421A0D) is unknown color: approx Brown Pod. HEX triplet: 42, 1A and 0D. RGB value is (66,26,13). Sum of RGB (Red+Green+Blue) = 66+26+13=105 (13% of max value = 765). Red value is 66 (26.17% from 255 or 62.86% from 105); Green value is 26 (10.55% from 255 or 24.76% from 105); Blue value is 13 (5.47% from 255 or 12.38% from 105); Max value from RGB is 66 - color contains mainly: red. Hex color #421A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421A0D is #BDE5F2. Grayscale: #242424. Windows color (decimal): -12445171 or 858690. OLE color: 858690.

HSL color Cylindrical-coordinate representation of color #421A0D: hue angle of 14.72º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #421A0D is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.74.

Color convert

RGB662613-
CMYK00.610.800.74
HSL14.72º67.09%15.49%-
HSV(B)14.72º80.3%25.88%-
XYZ2.691.930.61-
YUV36.48114.75149.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 62.86%
GREEN value IS 26 (10.55% from 255) = 24.76%
BLUE value IS 13 (5.47% from 255) = 12.38%
R=62.86%
G=24.76%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.80
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66261300.610.800.7414.7267.0915.49
Hex421AD03D504Af43f
Octal10232150751201121710317
Binary1000010110101101011110110100001001010111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,26,13); }

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

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

 a { background-color: rgb(66,26,13); }

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

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

 span { border-color: rgb(66,26,13); }

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