#432610

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

Shades of Bistre #432610

Tints of Bistre #432610

Color information

#432610 (or 0x432610) is unknown color: approx Bistre. HEX triplet: 43, 26 and 10. RGB value is (67,38,16). Sum of RGB (Red+Green+Blue) = 67+38+16=121 (16% of max value = 765). Red value is 67 (26.56% from 255 or 55.37% from 121); Green value is 38 (15.23% from 255 or 31.40% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 67 - color contains mainly: red. Hex color #432610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432610 is #BCD9EF. Grayscale: #2C2C2C. Windows color (decimal): -12376560 or 1058371. OLE color: 1058371.

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

Color convert

RGB673816-
CMYK00.430.760.74
HSL25.88º61.45%16.27%-
HSV(B)25.88º76.12%26.27%-
XYZ3.12.620.83-
YUV44.16112.11144.29-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 55.37%
GREEN value IS 38 (15.23% from 255) = 31.40%
BLUE value IS 16 (6.64% from 255) = 13.22%
R=55.37%
G=31.40%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67381600.430.760.7425.8861.4516.27
Hex43261002B4C4A1a3d10
Octal1034620053114112327520
Binary1000011100110100000101011100110010010101101011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432610; }

 p { color: rgb(67,38,16); }

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

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

 a { background-color: rgb(67,38,16); }

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

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

 span { border-color: rgb(67,38,16); }

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