#432214

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

Shades of Brown Pod #432214

Tints of Brown Pod #432214

Color information

#432214 (or 0x432214) is unknown color: approx Brown Pod. HEX triplet: 43, 22 and 14. RGB value is (67,34,20). Sum of RGB (Red+Green+Blue) = 67+34+20=121 (16% of max value = 765). Red value is 67 (26.56% from 255 or 55.37% from 121); Green value is 34 (13.67% from 255 or 28.10% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 67 - color contains mainly: red. Hex color #432214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432214 is #BCDDEB. Grayscale: #2A2A2A. Windows color (decimal): -12377580 or 1319491. OLE color: 1319491.

HSL color Cylindrical-coordinate representation of color #432214: hue angle of 17.87º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #432214 is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB673420-
CMYK00.490.700.74
HSL17.87º54.02%17.06%-
HSV(B)17.87º70.15%26.27%-
XYZ3.012.390.96-
YUV42.27115.43145.64-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 55.37%
GREEN value IS 34 (13.67% from 255) = 28.10%
BLUE value IS 20 (8.20% from 255) = 16.53%
R=55.37%
G=28.10%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.70
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67342000.490.700.7417.8754.0217.06
Hex432214031464A123611
Octal1034224061106112226621
Binary1000011100010101000110001100011010010101001011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432214; }

 p { color: rgb(67,34,20); }

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

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

 a { background-color: rgb(67,34,20); }

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

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

 span { border-color: rgb(67,34,20); }

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