#432114

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

Shades of Brown Pod #432114

Tints of Brown Pod #432114

Color information

#432114 (or 0x432114) is unknown color: approx Brown Pod. HEX triplet: 43, 21 and 14. RGB value is (67,33,20). Sum of RGB (Red+Green+Blue) = 67+33+20=120 (15% of max value = 765). Red value is 67 (26.56% from 255 or 55.83% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 20 (8.20% from 255 or 16.67% from 120); Max value from RGB is 67 - color contains mainly: red. Hex color #432114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432114 is #BCDEEB. Grayscale: #292929. Windows color (decimal): -12377836 or 1319235. OLE color: 1319235.

HSL color Cylindrical-coordinate representation of color #432114: hue angle of 16.6º 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 #432114 is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB673320-
CMYK00.510.700.74
HSL16.6º54.02%17.06%-
HSV(B)16.6º70.15%26.27%-
XYZ2.982.330.95-
YUV41.68115.76146.06-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 55.83%
GREEN value IS 33 (13.28% from 255) = 27.5%
BLUE value IS 20 (8.20% from 255) = 16.67%
R=55.83%
G=27.5%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.70
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67332000.510.700.7416.654.0217.06
Hex432114033464A113611
Octal1034124063106112216621
Binary1000011100001101000110011100011010010101000111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432114; }

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

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

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

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

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

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

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

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