#421B13

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

Shades of Brown Pod #421B13

Tints of Brown Pod #421B13

Color information

#421B13 (or 0x421B13) is unknown color: approx Brown Pod. HEX triplet: 42, 1B and 13. RGB value is (66,27,19). Sum of RGB (Red+Green+Blue) = 66+27+19=112 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.93% from 112); Green value is 27 (10.94% from 255 or 24.11% from 112); Blue value is 19 (7.81% from 255 or 16.96% from 112); Max value from RGB is 66 - color contains mainly: red. Hex color #421B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421B13 is #BDE4EC. Grayscale: #252525. Windows color (decimal): -12444909 or 1252162. OLE color: 1252162.

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

Color convert

RGB662719-
CMYK00.590.710.74
HSL10.21º55.29%16.67%-
HSV(B)10.21º71.21%25.88%-
XYZ2.761.990.85-
YUV37.75117.42148.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 58.93%
GREEN value IS 27 (10.94% from 255) = 24.11%
BLUE value IS 19 (7.81% from 255) = 16.96%
R=58.93%
G=24.11%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.71
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66271900.590.710.7410.2155.2916.67
Hex421B1303B474Aa3711
Octal1023323073107112126721
Binary10000101101110011011101110001111001010101011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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