#432505

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

Shades of Bistre #432505

Tints of Bistre #432505

Color information

#432505 (or 0x432505) is unknown color: approx Bistre. HEX triplet: 43, 25 and 05. RGB value is (67,37,5). Sum of RGB (Red+Green+Blue) = 67+37+5=109 (14% of max value = 765). Red value is 67 (26.56% from 255 or 61.47% from 109); Green value is 37 (14.84% from 255 or 33.94% from 109); Blue value is 5 (2.34% from 255 or 4.59% from 109); Max value from RGB is 67 - color contains mainly: red. Hex color #432505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432505 is #BCDAFA. Grayscale: #2A2A2A. Windows color (decimal): -12376827 or 337219. OLE color: 337219.

HSL color Cylindrical-coordinate representation of color #432505: hue angle of 30.97º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #432505 is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.74.

Color convert

RGB67375-
CMYK00.450.930.74
HSL30.97º86.11%14.12%-
HSV(B)30.97º92.54%26.27%-
XYZ32.530.47-
YUV42.32106.94145.6-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 61.47%
GREEN value IS 37 (14.84% from 255) = 33.94%
BLUE value IS 5 (2.34% from 255) = 4.59%
R=61.47%
G=33.94%
B=4.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.93
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6737500.450.930.7430.9786.1114.12
Hex4325502D5D4A1f56e
Octal1034550551351123712616
Binary10000111001011010101101101110110010101111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432505; }

 p { color: rgb(67,37,5); }

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

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

 a { background-color: rgb(67,37,5); }

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

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

 span { border-color: rgb(67,37,5); }

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