#432215

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

Shades of Brown Pod #432215

Tints of Brown Pod #432215

Color information

#432215 (or 0x432215) is unknown color: approx Brown Pod. HEX triplet: 43, 22 and 15. RGB value is (67,34,21). Sum of RGB (Red+Green+Blue) = 67+34+21=122 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.92% from 122); Green value is 34 (13.67% from 255 or 27.87% from 122); Blue value is 21 (8.59% from 255 or 17.21% from 122); Max value from RGB is 67 - color contains mainly: red. Hex color #432215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432215 is #BCDDEA. Grayscale: #2A2A2A. Windows color (decimal): -12377579 or 1385027. OLE color: 1385027.

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

Color convert

RGB673421-
CMYK00.490.690.74
HSL16.96º52.27%17.25%-
HSV(B)16.96º68.66%26.27%-
XYZ3.022.391.01-
YUV42.38115.93145.56-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 54.92%
GREEN value IS 34 (13.67% from 255) = 27.87%
BLUE value IS 21 (8.59% from 255) = 17.21%
R=54.92%
G=27.87%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.69
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67342100.490.690.7416.9652.2717.25
Hex432215031454A113411
Octal1034225061105112216421
Binary1000011100010101010110001100010110010101000111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432215; }

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

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

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

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

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

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

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

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