#432312

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

Shades of Brown Pod #432312

Tints of Brown Pod #432312

Color information

#432312 (or 0x432312) is unknown color: approx Brown Pod. HEX triplet: 43, 23 and 12. RGB value is (67,35,18). Sum of RGB (Red+Green+Blue) = 67+35+18=120 (15% of max value = 765). Red value is 67 (26.56% from 255 or 55.83% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 67 - color contains mainly: red. Hex color #432312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432312 is #BCDCED. Grayscale: #2A2A2A. Windows color (decimal): -12377326 or 1188675. OLE color: 1188675.

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

Color convert

RGB673518-
CMYK00.480.730.74
HSL20.82º57.65%16.67%-
HSV(B)20.82º73.13%26.27%-
XYZ3.022.440.88-
YUV42.63114.1145.38-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 55.83%
GREEN value IS 35 (14.06% from 255) = 29.17%
BLUE value IS 18 (7.42% from 255) = 15%
R=55.83%
G=29.17%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67351800.480.730.7420.8257.6516.67
Hex432312030494A153a11
Octal1034322060111112257221
Binary1000011100011100100110000100100110010101010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432312; }

 p { color: rgb(67,35,18); }

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

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

 a { background-color: rgb(67,35,18); }

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

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

 span { border-color: rgb(67,35,18); }

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