#421B0F

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

Shades of Brown Pod #421B0F

Tints of Brown Pod #421B0F

Color information

#421B0F (or 0x421B0F) is unknown color: approx Brown Pod. HEX triplet: 42, 1B and 0F. RGB value is (66,27,15). Sum of RGB (Red+Green+Blue) = 66+27+15=108 (14% of max value = 765). Red value is 66 (26.17% from 255 or 61.11% from 108); Green value is 27 (10.94% from 255 or 25% from 108); Blue value is 15 (6.25% from 255 or 13.89% from 108); Max value from RGB is 66 - color contains mainly: red. Hex color #421B0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421B0F is #BDE4F0. Grayscale: #252525. Windows color (decimal): -12444913 or 990018. OLE color: 990018.

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

Color convert

RGB662715-
CMYK00.590.770.74
HSL14.12º62.96%15.88%-
HSV(B)14.12º77.27%25.88%-
XYZ2.721.980.69-
YUV37.29115.42148.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 61.11%
GREEN value IS 27 (10.94% from 255) = 25%
BLUE value IS 15 (6.25% from 255) = 13.89%
R=61.11%
G=25%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.77
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66271500.590.770.7414.1262.9615.88
Hex421BF03B4D4Ae3f10
Octal1023317073115112167720
Binary1000010110111111011101110011011001010111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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