#432512

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

Shades of Brown Pod #432512

Tints of Brown Pod #432512

Color information

#432512 (or 0x432512) is unknown color: approx Brown Pod. HEX triplet: 43, 25 and 12. RGB value is (67,37,18). Sum of RGB (Red+Green+Blue) = 67+37+18=122 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.92% from 122); Green value is 37 (14.84% from 255 or 30.33% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 67 - color contains mainly: red. Hex color #432512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432512 is #BCDAED. Grayscale: #2B2B2B. Windows color (decimal): -12376814 or 1189187. OLE color: 1189187.

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

Color convert

RGB673718-
CMYK00.450.730.74
HSL23.27º57.65%16.67%-
HSV(B)23.27º73.13%26.27%-
XYZ3.092.560.9-
YUV43.8113.44144.54-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 54.92%
GREEN value IS 37 (14.84% from 255) = 30.33%
BLUE value IS 18 (7.42% from 255) = 14.75%
R=54.92%
G=30.33%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67371800.450.730.7423.2757.6516.67
Hex43251202D494A173a11
Octal1034522055111112277221
Binary1000011100101100100101101100100110010101011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432512; }

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

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

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

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

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

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

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

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