#421D13

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

Shades of Brown Pod #421D13

Tints of Brown Pod #421D13

Color information

#421D13 (or 0x421D13) is unknown color: approx Brown Pod. HEX triplet: 42, 1D and 13. RGB value is (66,29,19). Sum of RGB (Red+Green+Blue) = 66+29+19=114 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.89% from 114); Green value is 29 (11.72% from 255 or 25.44% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 66 - color contains mainly: red. Hex color #421D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421D13 is #BDE2EC. Grayscale: #272727. Windows color (decimal): -12444397 or 1252674. OLE color: 1252674.

HSL color Cylindrical-coordinate representation of color #421D13: hue angle of 12.77º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #421D13 is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.74.

Color convert

RGB662919-
CMYK00.560.710.74
HSL12.77º55.29%16.67%-
HSV(B)12.77º71.21%25.88%-
XYZ2.82.080.87-
YUV38.92116.76147.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 57.89%
GREEN value IS 29 (11.72% from 255) = 25.44%
BLUE value IS 19 (7.81% from 255) = 16.67%
R=57.89%
G=25.44%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.71
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66291900.560.710.7412.7755.2916.67
Hex421D13038474Ad3711
Octal1023523070107112156721
Binary10000101110110011011100010001111001010110111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,29,19); }

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

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

 a { background-color: rgb(66,29,19); }

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

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

 span { border-color: rgb(66,29,19); }

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