#432311

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

Shades of Brown Pod #432311

Tints of Brown Pod #432311

Color information

#432311 (or 0x432311) is unknown color: approx Brown Pod. HEX triplet: 43, 23 and 11. RGB value is (67,35,17). Sum of RGB (Red+Green+Blue) = 67+35+17=119 (15% of max value = 765). Red value is 67 (26.56% from 255 or 56.30% from 119); Green value is 35 (14.06% from 255 or 29.41% from 119); Blue value is 17 (7.03% from 255 or 14.29% from 119); Max value from RGB is 67 - color contains mainly: red. Hex color #432311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432311 is #BCDCEE. Grayscale: #2A2A2A. Windows color (decimal): -12377327 or 1123139. OLE color: 1123139.

HSL color Cylindrical-coordinate representation of color #432311: hue angle of 21.6º 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 #432311 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.74.

Color convert

RGB673517-
CMYK00.480.750.74
HSL21.6º59.52%16.47%-
HSV(B)21.6º74.63%26.27%-
XYZ3.022.440.84-
YUV42.52113.6145.46-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 56.30%
GREEN value IS 35 (14.06% from 255) = 29.41%
BLUE value IS 17 (7.03% from 255) = 14.29%
R=56.30%
G=29.41%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.75
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67351700.480.750.7421.659.5216.47
Hex4323110304B4A163c10
Octal1034321060113112267420
Binary1000011100011100010110000100101110010101011011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432311; }

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

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

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

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

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

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

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

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