#432000

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

Shades of Brown Pod #432000

Tints of Brown Pod #432000

Color information

#432000 (or 0x432000) is unknown color: approx Brown Pod. HEX triplet: 43, 20 and 00. RGB value is (67,32,0). Sum of RGB (Red+Green+Blue) = 67+32+0=99 (13% of max value = 765). Red value is 67 (26.56% from 255 or 67.68% from 99); Green value is 32 (12.89% from 255 or 32.32% from 99); Blue value is 0 (0.39% from 255 or 0% from 99); Max value from RGB is 67 - color contains mainly: red. Hex color #432000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432000 is #BCDFFF. Grayscale: #262626. Windows color (decimal): -12378112 or 8259. OLE color: 8259.

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

Color convert

RGB67320-
CMYK00.5210.74
HSL28.66º100%13.14%-
HSV(B)28.66º100%26.27%-
XYZ2.832.230.28-
YUV38.82106.1148.1-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 67.68%
GREEN value IS 32 (12.89% from 255) = 32.32%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.68%
G=32.32%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6732000.5210.7428.6610013.14
Hex43200034644A1d64d
Octal1034000641441123514415
Binary100001110000000110100110010010010101110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432000; }

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

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

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

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

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

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

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

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