#432016

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

Shades of Brown Pod #432016

Tints of Brown Pod #432016

Color information

#432016 (or 0x432016) is unknown color: approx Brown Pod. HEX triplet: 43, 20 and 16. RGB value is (67,32,22). Sum of RGB (Red+Green+Blue) = 67+32+22=121 (16% of max value = 765). Red value is 67 (26.56% from 255 or 55.37% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 67 - color contains mainly: red. Hex color #432016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432016 is #BCDFE9. Grayscale: #292929. Windows color (decimal): -12378090 or 1450051. OLE color: 1450051.

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

Color convert

RGB673222-
CMYK00.520.670.74
HSL13.33º50.56%17.45%-
HSV(B)13.33º67.16%26.27%-
XYZ2.982.281.04-
YUV41.32117.1146.31-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 55.37%
GREEN value IS 32 (12.89% from 255) = 26.45%
BLUE value IS 22 (8.98% from 255) = 18.18%
R=55.37%
G=26.45%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67322200.520.670.7413.3350.5617.45
Hex432016034434Ad3311
Octal1034026064103112156321
Binary100001110000010110011010010000111001010110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432016; }

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

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

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

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

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

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

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

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