#432A18

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

Shades of Bistre #432A18

Tints of Bistre #432A18

Color information

#432A18 (or 0x432A18) is unknown color: approx Bistre. HEX triplet: 43, 2A and 18. RGB value is (67,42,24). Sum of RGB (Red+Green+Blue) = 67+42+24=133 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.38% from 133); Green value is 42 (16.80% from 255 or 31.58% from 133); Blue value is 24 (9.77% from 255 or 18.05% from 133); Max value from RGB is 67 - color contains mainly: red. Hex color #432A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432A18 is #BCD5E7. Grayscale: #2F2F2F. Windows color (decimal): -12375528 or 1583683. OLE color: 1583683.

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

Color convert

RGB674224-
CMYK00.370.640.74
HSL25.12º47.25%17.84%-
HSV(B)25.12º64.18%26.27%-
XYZ3.312.921.25-
YUV47.42114.78141.96-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 50.38%
GREEN value IS 42 (16.80% from 255) = 31.58%
BLUE value IS 24 (9.77% from 255) = 18.05%
R=50.38%
G=31.58%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.64
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67422400.370.640.7425.1247.2517.84
Hex432A18025404A192f12
Octal1035230045100112315722
Binary1000011101010110000100101100000010010101100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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