#421A13

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

Shades of Brown Pod #421A13

Tints of Brown Pod #421A13

Color information

#421A13 (or 0x421A13) is unknown color: approx Brown Pod. HEX triplet: 42, 1A and 13. RGB value is (66,26,19). Sum of RGB (Red+Green+Blue) = 66+26+19=111 (14% of max value = 765). Red value is 66 (26.17% from 255 or 59.46% from 111); Green value is 26 (10.55% from 255 or 23.42% from 111); Blue value is 19 (7.81% from 255 or 17.12% from 111); Max value from RGB is 66 - color contains mainly: red. Hex color #421A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421A13 is #BDE5EC. Grayscale: #252525. Windows color (decimal): -12445165 or 1251906. OLE color: 1251906.

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

Color convert

RGB662619-
CMYK00.610.710.74
HSL8.94º55.29%16.67%-
HSV(B)8.94º71.21%25.88%-
XYZ2.731.940.85-
YUV37.16117.75148.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 59.46%
GREEN value IS 26 (10.55% from 255) = 23.42%
BLUE value IS 19 (7.81% from 255) = 17.12%
R=59.46%
G=23.42%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.71
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66261900.610.710.748.9455.2916.67
Hex421A1303D474A93711
Octal1023223075107112116721
Binary10000101101010011011110110001111001010100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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