#421C0D

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

Shades of Brown Pod #421C0D

Tints of Brown Pod #421C0D

Color information

#421C0D (or 0x421C0D) is unknown color: approx Brown Pod. HEX triplet: 42, 1C and 0D. RGB value is (66,28,13). Sum of RGB (Red+Green+Blue) = 66+28+13=107 (14% of max value = 765). Red value is 66 (26.17% from 255 or 61.68% from 107); Green value is 28 (11.33% from 255 or 26.17% from 107); Blue value is 13 (5.47% from 255 or 12.15% from 107); Max value from RGB is 66 - color contains mainly: red. Hex color #421C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421C0D is #BDE3F2. Grayscale: #252525. Windows color (decimal): -12444659 or 859202. OLE color: 859202.

HSL color Cylindrical-coordinate representation of color #421C0D: hue angle of 16.98º 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 #421C0D is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.74.

Color convert

RGB662813-
CMYK00.580.800.74
HSL16.98º67.09%15.49%-
HSV(B)16.98º80.3%25.88%-
XYZ2.732.020.63-
YUV37.65114.09148.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 61.68%
GREEN value IS 28 (11.33% from 255) = 26.17%
BLUE value IS 13 (5.47% from 255) = 12.15%
R=61.68%
G=26.17%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.80
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66281300.580.800.7416.9867.0915.49
Hex421CD03A504A1143f
Octal10234150721201122110317
Binary10000101110011010111010101000010010101000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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