#432B1A

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

Shades of Bistre #432B1A

Tints of Bistre #432B1A

Color information

#432B1A (or 0x432B1A) is unknown color: approx Bistre. HEX triplet: 43, 2B and 1A. RGB value is (67,43,26). Sum of RGB (Red+Green+Blue) = 67+43+26=136 (18% of max value = 765). Red value is 67 (26.56% from 255 or 49.26% from 136); Green value is 43 (17.19% from 255 or 31.62% from 136); Blue value is 26 (10.55% from 255 or 19.12% from 136); Max value from RGB is 67 - color contains mainly: red. Hex color #432B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432B1A is #BCD4E5. Grayscale: #303030. Windows color (decimal): -12375270 or 1715011. OLE color: 1715011.

HSL color Cylindrical-coordinate representation of color #432B1A: hue angle of 24.88º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #432B1A is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.74.

Color convert

RGB674326-
CMYK00.360.610.74
HSL24.88º44.09%18.24%-
HSV(B)24.88º61.19%26.27%-
XYZ3.3731.38-
YUV48.24115.45141.38-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 49.26%
GREEN value IS 43 (17.19% from 255) = 31.62%
BLUE value IS 26 (10.55% from 255) = 19.12%
R=49.26%
G=31.62%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67432600.360.610.7424.8844.0918.24
Hex432B1A0243D4A192c12
Octal103533204475112315422
Binary100001110101111010010010011110110010101100110110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,43,26); }

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

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

 a { background-color: rgb(67,43,26); }

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

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

 span { border-color: rgb(67,43,26); }

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