#432006

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

Shades of Brown Pod #432006

Tints of Brown Pod #432006

Color information

#432006 (or 0x432006) is unknown color: approx Brown Pod. HEX triplet: 43, 20 and 06. RGB value is (67,32,6). Sum of RGB (Red+Green+Blue) = 67+32+6=105 (13% of max value = 765). Red value is 67 (26.56% from 255 or 63.81% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 6 (2.73% from 255 or 5.71% from 105); Max value from RGB is 67 - color contains mainly: red. Hex color #432006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432006 is #BCDFF9. Grayscale: #272727. Windows color (decimal): -12378106 or 401475. OLE color: 401475.

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

Color convert

RGB67326-
CMYK00.520.910.74
HSL25.57º83.56%14.31%-
HSV(B)25.57º91.04%26.27%-
XYZ2.862.240.45-
YUV39.5109.1147.61-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 63.81%
GREEN value IS 32 (12.89% from 255) = 30.48%
BLUE value IS 6 (2.73% from 255) = 5.71%
R=63.81%
G=30.48%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.91
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6732600.520.910.7425.5783.5614.31
Hex432060345B4A1a54e
Octal1034060641331123212416
Binary10000111000001100110100101101110010101101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432006; }

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

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

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

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

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

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

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

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