#421A0F

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

Shades of Brown Pod #421A0F

Tints of Brown Pod #421A0F

Color information

#421A0F (or 0x421A0F) is unknown color: approx Brown Pod. HEX triplet: 42, 1A and 0F. RGB value is (66,26,15). Sum of RGB (Red+Green+Blue) = 66+26+15=107 (14% of max value = 765). Red value is 66 (26.17% from 255 or 61.68% from 107); Green value is 26 (10.55% from 255 or 24.30% from 107); Blue value is 15 (6.25% from 255 or 14.02% from 107); Max value from RGB is 66 - color contains mainly: red. Hex color #421A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421A0F is #BDE5F0. Grayscale: #242424. Windows color (decimal): -12445169 or 989762. OLE color: 989762.

HSL color Cylindrical-coordinate representation of color #421A0F: hue angle of 12.94º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #421A0F is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB662615-
CMYK00.610.770.74
HSL12.94º62.96%15.88%-
HSV(B)12.94º77.27%25.88%-
XYZ2.71.930.68-
YUV36.71115.75148.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 61.68%
GREEN value IS 26 (10.55% from 255) = 24.30%
BLUE value IS 15 (6.25% from 255) = 14.02%
R=61.68%
G=24.30%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.77
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66261500.610.770.7412.9462.9615.88
Hex421AF03D4D4Ad3f10
Octal1023217075115112157720
Binary1000010110101111011110110011011001010110111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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