#432513

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

Shades of Brown Pod #432513

Tints of Brown Pod #432513

Color information

#432513 (or 0x432513) is unknown color: approx Brown Pod. HEX triplet: 43, 25 and 13. RGB value is (67,37,19). Sum of RGB (Red+Green+Blue) = 67+37+19=123 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.47% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 67 - color contains mainly: red. Hex color #432513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432513 is #BCDAEC. Grayscale: #2C2C2C. Windows color (decimal): -12376813 or 1254723. OLE color: 1254723.

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

Color convert

RGB673719-
CMYK00.450.720.74
HSL22.5º55.81%16.86%-
HSV(B)22.5º71.64%26.27%-
XYZ3.092.560.95-
YUV43.92113.94144.46-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 54.47%
GREEN value IS 37 (14.84% from 255) = 30.08%
BLUE value IS 19 (7.81% from 255) = 15.45%
R=54.47%
G=30.08%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.72
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67371900.450.720.7422.555.8116.86
Hex43251302D484A163811
Octal1034523055110112267021
Binary1000011100101100110101101100100010010101011011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432513; }

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

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

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

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

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

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

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

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