#421913

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

Shades of Brown Pod #421913

Tints of Brown Pod #421913

Color information

#421913 (or 0x421913) is unknown color: approx Brown Pod. HEX triplet: 42, 19 and 13. RGB value is (66,25,19). Sum of RGB (Red+Green+Blue) = 66+25+19=110 (14% of max value = 765). Red value is 66 (26.17% from 255 or 60% from 110); Green value is 25 (10.16% from 255 or 22.73% from 110); Blue value is 19 (7.81% from 255 or 17.27% from 110); Max value from RGB is 66 - color contains mainly: red. Hex color #421913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421913 is #BDE6EC. Grayscale: #242424. Windows color (decimal): -12445421 or 1251650. OLE color: 1251650.

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

Color convert

RGB662519-
CMYK00.620.710.74
HSL7.66º55.29%16.67%-
HSV(B)7.66º71.21%25.88%-
XYZ2.711.90.84-
YUV36.57118.08148.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 60%
GREEN value IS 25 (10.16% from 255) = 22.73%
BLUE value IS 19 (7.81% from 255) = 17.27%
R=60%
G=22.73%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.71
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66251900.620.710.747.6655.2916.67
Hex42191303E474A83711
Octal1023123076107112106721
Binary10000101100110011011111010001111001010100011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421913; }

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

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

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

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

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

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

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

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