#432413

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

Shades of Brown Pod #432413

Tints of Brown Pod #432413

Color information

#432413 (or 0x432413) is unknown color: approx Brown Pod. HEX triplet: 43, 24 and 13. RGB value is (67,36,19). Sum of RGB (Red+Green+Blue) = 67+36+19=122 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.92% from 122); Green value is 36 (14.45% from 255 or 29.51% from 122); Blue value is 19 (7.81% from 255 or 15.57% from 122); Max value from RGB is 67 - color contains mainly: red. Hex color #432413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432413 is #BCDBEC. Grayscale: #2B2B2B. Windows color (decimal): -12377069 or 1254467. OLE color: 1254467.

HSL color Cylindrical-coordinate representation of color #432413: hue angle of 21.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 #432413 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.74.

Color convert

RGB673619-
CMYK00.460.720.74
HSL21.25º55.81%16.86%-
HSV(B)21.25º71.64%26.27%-
XYZ3.062.50.94-
YUV43.33114.27144.88-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 54.92%
GREEN value IS 36 (14.45% from 255) = 29.51%
BLUE value IS 19 (7.81% from 255) = 15.57%
R=54.92%
G=29.51%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.72
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67361900.460.720.7421.2555.8116.86
Hex43241302E484A153811
Octal1034423056110112257021
Binary1000011100100100110101110100100010010101010111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432413; }

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

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

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

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

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

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

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

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