#432701

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

Shades of Bistre #432701

Tints of Bistre #432701

Color information

#432701 (or 0x432701) is unknown color: approx Bistre. HEX triplet: 43, 27 and 01. RGB value is (67,39,1). Sum of RGB (Red+Green+Blue) = 67+39+1=107 (14% of max value = 765). Red value is 67 (26.56% from 255 or 62.62% from 107); Green value is 39 (15.62% from 255 or 36.45% from 107); Blue value is 1 (0.78% from 255 or 0.93% from 107); Max value from RGB is 67 - color contains mainly: red. Hex color #432701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432701 is #BCD8FE. Grayscale: #2B2B2B. Windows color (decimal): -12376319 or 75587. OLE color: 75587.

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

Color convert

RGB67391-
CMYK00.420.990.74
HSL34.55º97.06%13.33%-
HSV(B)34.55º98.51%26.27%-
XYZ3.052.650.38-
YUV43.04104.28145.09-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 62.62%
GREEN value IS 39 (15.62% from 255) = 36.45%
BLUE value IS 1 (0.78% from 255) = 0.93%
R=62.62%
G=36.45%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.99
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6739100.420.990.7434.5597.0613.33
Hex4327102A634A2361d
Octal1034710521431124314115
Binary1000011100111101010101100011100101010001111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432701; }

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

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

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

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

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

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

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

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