#432011

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

Shades of Brown Pod #432011

Tints of Brown Pod #432011

Color information

#432011 (or 0x432011) is unknown color: approx Brown Pod. HEX triplet: 43, 20 and 11. RGB value is (67,32,17). Sum of RGB (Red+Green+Blue) = 67+32+17=116 (15% of max value = 765). Red value is 67 (26.56% from 255 or 57.76% from 116); Green value is 32 (12.89% from 255 or 27.59% from 116); Blue value is 17 (7.03% from 255 or 14.66% from 116); Max value from RGB is 67 - color contains mainly: red. Hex color #432011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432011 is #BCDFEE. Grayscale: #282828. Windows color (decimal): -12378095 or 1122371. OLE color: 1122371.

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

Color convert

RGB673217-
CMYK00.520.750.74
HSL18º59.52%16.47%-
HSV(B)18º74.63%26.27%-
XYZ2.932.270.81-
YUV40.75114.6146.72-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 57.76%
GREEN value IS 32 (12.89% from 255) = 27.59%
BLUE value IS 17 (7.03% from 255) = 14.66%
R=57.76%
G=27.59%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.75
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67321700.520.750.741859.5216.47
Hex4320110344B4A123c10
Octal1034021064113112227420
Binary1000011100000100010110100100101110010101001011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432011; }

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

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

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

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

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

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

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

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