#432113

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

Shades of Brown Pod #432113

Tints of Brown Pod #432113

Color information

#432113 (or 0x432113) is unknown color: approx Brown Pod. HEX triplet: 43, 21 and 13. RGB value is (67,33,19). Sum of RGB (Red+Green+Blue) = 67+33+19=119 (15% of max value = 765). Red value is 67 (26.56% from 255 or 56.30% from 119); Green value is 33 (13.28% from 255 or 27.73% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 67 - color contains mainly: red. Hex color #432113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432113 is #BCDEEC. Grayscale: #292929. Windows color (decimal): -12377837 or 1253699. OLE color: 1253699.

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

Color convert

RGB673319-
CMYK00.510.720.74
HSL17.5º55.81%16.86%-
HSV(B)17.5º71.64%26.27%-
XYZ2.982.330.91-
YUV41.57115.26146.14-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 56.30%
GREEN value IS 33 (13.28% from 255) = 27.73%
BLUE value IS 19 (7.81% from 255) = 15.97%
R=56.30%
G=27.73%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.72
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67331900.510.720.7417.555.8116.86
Hex432113033484A123811
Octal1034123063110112227021
Binary1000011100001100110110011100100010010101001011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432113; }

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

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

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

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

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

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

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

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