#432918

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

Shades of Bistre #432918

Tints of Bistre #432918

Color information

#432918 (or 0x432918) is unknown color: approx Bistre. HEX triplet: 43, 29 and 18. RGB value is (67,41,24). Sum of RGB (Red+Green+Blue) = 67+41+24=132 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.76% from 132); Green value is 41 (16.41% from 255 or 31.06% from 132); Blue value is 24 (9.77% from 255 or 18.18% from 132); Max value from RGB is 67 - color contains mainly: red. Hex color #432918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432918 is #BCD6E7. Grayscale: #2E2E2E. Windows color (decimal): -12375784 or 1583427. OLE color: 1583427.

HSL color Cylindrical-coordinate representation of color #432918: hue angle of 23.72º 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 #432918 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.74.

Color convert

RGB674124-
CMYK00.390.640.74
HSL23.72º47.25%17.84%-
HSV(B)23.72º64.18%26.27%-
XYZ3.272.851.24-
YUV46.84115.11142.38-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 50.76%
GREEN value IS 41 (16.41% from 255) = 31.06%
BLUE value IS 24 (9.77% from 255) = 18.18%
R=50.76%
G=31.06%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.64
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67412400.390.640.7423.7247.2517.84
Hex432918027404A182f12
Octal1035130047100112305722
Binary1000011101001110000100111100000010010101100010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432918; }

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

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

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

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

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

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

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

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