#432A1A

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

Shades of Bistre #432A1A

Tints of Bistre #432A1A

Color information

#432A1A (or 0x432A1A) is unknown color: approx Bistre. HEX triplet: 43, 2A and 1A. RGB value is (67,42,26). Sum of RGB (Red+Green+Blue) = 67+42+26=135 (17% of max value = 765). Red value is 67 (26.56% from 255 or 49.63% from 135); Green value is 42 (16.80% from 255 or 31.11% from 135); Blue value is 26 (10.55% from 255 or 19.26% from 135); Max value from RGB is 67 - color contains mainly: red. Hex color #432A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432A1A is #BCD5E5. Grayscale: #2F2F2F. Windows color (decimal): -12375526 or 1714755. OLE color: 1714755.

HSL color Cylindrical-coordinate representation of color #432A1A: hue angle of 23.41º 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 #432A1A is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.74.

Color convert

RGB674226-
CMYK00.370.610.74
HSL23.41º44.09%18.24%-
HSV(B)23.41º61.19%26.27%-
XYZ3.332.921.37-
YUV47.65115.78141.8-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 49.63%
GREEN value IS 42 (16.80% from 255) = 31.11%
BLUE value IS 26 (10.55% from 255) = 19.26%
R=49.63%
G=31.11%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67422600.370.610.7423.4144.0918.24
Hex432A1A0253D4A172c12
Octal103523204575112275422
Binary100001110101011010010010111110110010101011110110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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