#432005

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

Shades of Brown Pod #432005

Tints of Brown Pod #432005

Color information

#432005 (or 0x432005) is unknown color: approx Brown Pod. HEX triplet: 43, 20 and 05. RGB value is (67,32,5). Sum of RGB (Red+Green+Blue) = 67+32+5=104 (13% of max value = 765). Red value is 67 (26.56% from 255 or 64.42% from 104); Green value is 32 (12.89% from 255 or 30.77% from 104); Blue value is 5 (2.34% from 255 or 4.81% from 104); Max value from RGB is 67 - color contains mainly: red. Hex color #432005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432005 is #BCDFFA. Grayscale: #272727. Windows color (decimal): -12378107 or 335939. OLE color: 335939.

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

Color convert

RGB67325-
CMYK00.520.930.74
HSL26.13º86.11%14.12%-
HSV(B)26.13º92.54%26.27%-
XYZ2.862.240.42-
YUV39.39108.6147.7-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 64.42%
GREEN value IS 32 (12.89% from 255) = 30.77%
BLUE value IS 5 (2.34% from 255) = 4.81%
R=64.42%
G=30.77%
B=4.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.93
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6732500.520.930.7426.1386.1114.12
Hex432050345D4A1a56e
Octal1034050641351123212616
Binary10000111000001010110100101110110010101101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432005; }

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

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

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

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

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

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

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

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