#432002

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

Shades of Brown Pod #432002

Tints of Brown Pod #432002

Color information

#432002 (or 0x432002) is unknown color: approx Brown Pod. HEX triplet: 43, 20 and 02. RGB value is (67,32,2). Sum of RGB (Red+Green+Blue) = 67+32+2=101 (13% of max value = 765). Red value is 67 (26.56% from 255 or 66.34% from 101); Green value is 32 (12.89% from 255 or 31.68% from 101); Blue value is 2 (1.17% from 255 or 1.98% from 101); Max value from RGB is 67 - color contains mainly: red. Hex color #432002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432002 is #BCDFFD. Grayscale: #272727. Windows color (decimal): -12378110 or 139331. OLE color: 139331.

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

Color convert

RGB67322-
CMYK00.520.970.74
HSL27.69º94.2%13.53%-
HSV(B)27.69º97.01%26.27%-
XYZ2.842.230.34-
YUV39.04107.1147.94-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 66.34%
GREEN value IS 32 (12.89% from 255) = 31.68%
BLUE value IS 2 (1.17% from 255) = 1.98%
R=66.34%
G=31.68%
B=1.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6732200.520.970.7427.6994.213.53
Hex43202034614A1c5ee
Octal1034020641411123413616
Binary1000011100000100110100110000110010101110010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432002; }

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

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

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

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

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

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

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

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