#432013

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

Shades of Brown Pod #432013

Tints of Brown Pod #432013

Color information

#432013 (or 0x432013) is unknown color: approx Brown Pod. HEX triplet: 43, 20 and 13. RGB value is (67,32,19). Sum of RGB (Red+Green+Blue) = 67+32+19=118 (15% of max value = 765). Red value is 67 (26.56% from 255 or 56.78% from 118); Green value is 32 (12.89% from 255 or 27.12% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 67 - color contains mainly: red. Hex color #432013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432013 is #BCDFEC. Grayscale: #292929. Windows color (decimal): -12378093 or 1253443. OLE color: 1253443.

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

Color convert

RGB673219-
CMYK00.520.720.74
HSL16.25º55.81%16.86%-
HSV(B)16.25º71.64%26.27%-
XYZ2.952.270.9-
YUV40.98115.6146.56-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 56.78%
GREEN value IS 32 (12.89% from 255) = 27.12%
BLUE value IS 19 (7.81% from 255) = 16.10%
R=56.78%
G=27.12%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.72
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67321900.520.720.7416.2555.8116.86
Hex432013034484A103811
Octal1034023064110112207021
Binary1000011100000100110110100100100010010101000011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432013; }

 p { color: rgb(67,32,19); }

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

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

 a { background-color: rgb(67,32,19); }

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

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

 span { border-color: rgb(67,32,19); }

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