#432221

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

Shades of Brown Pod #432221

Tints of Brown Pod #432221

Color information

#432221 (or 0x432221) is unknown color: approx Brown Pod. HEX triplet: 43, 22 and 21. RGB value is (67,34,33). Sum of RGB (Red+Green+Blue) = 67+34+33=134 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 33 (13.28% from 255 or 24.63% from 134); Max value from RGB is 67 - color contains mainly: red. Hex color #432221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432221 is #BCDDDE. Grayscale: #2B2B2B. Windows color (decimal): -12377567 or 2171459. OLE color: 2171459.

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

Color convert

RGB673433-
CMYK00.490.510.74
HSL1.76º34%19.61%-
HSV(B)1.76º50.75%26.27%-
XYZ3.162.451.74-
YUV43.75121.93144.58-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 50%
GREEN value IS 34 (13.67% from 255) = 25.37%
BLUE value IS 33 (13.28% from 255) = 24.63%
R=50%
G=25.37%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67343300.490.510.741.763419.61
Hex432221031334A22214
Octal10342410616311224224
Binary1000011100010100001011000111001110010101010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432221; }

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

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

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

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

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

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

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

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