#432816

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

Shades of Bistre #432816

Tints of Bistre #432816

Color information

#432816 (or 0x432816) is unknown color: approx Bistre. HEX triplet: 43, 28 and 16. RGB value is (67,40,22). Sum of RGB (Red+Green+Blue) = 67+40+22=129 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.94% from 129); Green value is 40 (16.02% from 255 or 31.01% from 129); Blue value is 22 (8.98% from 255 or 17.05% from 129); Max value from RGB is 67 - color contains mainly: red. Hex color #432816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432816 is #BCD7E9. Grayscale: #2E2E2E. Windows color (decimal): -12376042 or 1452099. OLE color: 1452099.

HSL color Cylindrical-coordinate representation of color #432816: hue angle of 24º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #432816 is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.74.

Color convert

RGB674022-
CMYK00.400.670.74
HSL24º50.56%17.45%-
HSV(B)24º67.16%26.27%-
XYZ3.222.771.12-
YUV46.02114.45142.96-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 51.94%
GREEN value IS 40 (16.02% from 255) = 31.01%
BLUE value IS 22 (8.98% from 255) = 17.05%
R=51.94%
G=31.01%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67402200.400.670.742450.5617.45
Hex432816028434A183311
Octal1035026050103112306321
Binary1000011101000101100101000100001110010101100011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432816; }

 p { color: rgb(67,40,22); }

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

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

 a { background-color: rgb(67,40,22); }

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

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

 span { border-color: rgb(67,40,22); }

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