#421B11

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

Shades of Brown Pod #421B11

Tints of Brown Pod #421B11

Color information

#421B11 (or 0x421B11) is unknown color: approx Brown Pod. HEX triplet: 42, 1B and 11. RGB value is (66,27,17). Sum of RGB (Red+Green+Blue) = 66+27+17=110 (14% of max value = 765). Red value is 66 (26.17% from 255 or 60% from 110); Green value is 27 (10.94% from 255 or 24.55% from 110); Blue value is 17 (7.03% from 255 or 15.45% from 110); Max value from RGB is 66 - color contains mainly: red. Hex color #421B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421B11 is #BDE4EE. Grayscale: #252525. Windows color (decimal): -12444911 or 1121090. OLE color: 1121090.

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

Color convert

RGB662717-
CMYK00.590.740.74
HSL12.24º59.04%16.27%-
HSV(B)12.24º74.24%25.88%-
XYZ2.741.980.77-
YUV37.52116.42148.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 60%
GREEN value IS 27 (10.94% from 255) = 24.55%
BLUE value IS 17 (7.03% from 255) = 15.45%
R=60%
G=24.55%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.74
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66271700.590.740.7412.2459.0416.27
Hex421B1103B4A4Ac3b10
Octal1023321073112112147320
Binary10000101101110001011101110010101001010110011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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