#432501

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

Shades of Bistre #432501

Tints of Bistre #432501

Color information

#432501 (or 0x432501) is unknown color: approx Bistre. HEX triplet: 43, 25 and 01. RGB value is (67,37,1). Sum of RGB (Red+Green+Blue) = 67+37+1=105 (13% of max value = 765). Red value is 67 (26.56% from 255 or 63.81% from 105); Green value is 37 (14.84% from 255 or 35.24% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 67 - color contains mainly: red. Hex color #432501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432501 is #BCDAFE. Grayscale: #2A2A2A. Windows color (decimal): -12376831 or 75075. OLE color: 75075.

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

Color convert

RGB67371-
CMYK00.450.990.74
HSL32.73º97.06%13.33%-
HSV(B)32.73º98.51%26.27%-
XYZ2.982.520.36-
YUV41.87104.94145.93-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 63.81%
GREEN value IS 37 (14.84% from 255) = 35.24%
BLUE value IS 1 (0.78% from 255) = 0.95%
R=63.81%
G=35.24%
B=0.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.99
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6737100.450.990.7432.7397.0613.33
Hex4325102D634A2161d
Octal1034510551431124114115
Binary1000011100101101011011100011100101010000111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432501; }

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

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

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

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

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

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

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

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