#432A12

Color #432A12 Bistre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bistre #432A12

Tints of Bistre #432A12

Color information

#432A12 (or 0x432A12) is unknown color: approx Bistre. HEX triplet: 43, 2A and 12. RGB value is (67,42,18). Sum of RGB (Red+Green+Blue) = 67+42+18=127 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.76% from 127); Green value is 42 (16.80% from 255 or 33.07% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 67 - color contains mainly: red. Hex color #432A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432A12 is #BCD5ED. Grayscale: #2E2E2E. Windows color (decimal): -12375534 or 1190467. OLE color: 1190467.

HSL color Cylindrical-coordinate representation of color #432A12: hue angle of 29.39º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #432A12 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB674218-
CMYK00.370.730.74
HSL29.39º57.65%16.67%-
HSV(B)29.39º73.13%26.27%-
XYZ3.252.890.96-
YUV46.74111.78142.45-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 52.76%
GREEN value IS 42 (16.80% from 255) = 33.07%
BLUE value IS 18 (7.42% from 255) = 14.17%
R=52.76%
G=33.07%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67421800.370.730.7429.3957.6516.67
Hex432A12025494A1d3a11
Octal1035222045111112357221
Binary1000011101010100100100101100100110010101110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432A12; }

 p { color: rgb(67,42,18); }

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

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

 a { background-color: rgb(67,42,18); }

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

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

 span { border-color: rgb(67,42,18); }

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