#432601

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

Shades of Bistre #432601

Tints of Bistre #432601

Color information

#432601 (or 0x432601) is unknown color: approx Bistre. HEX triplet: 43, 26 and 01. RGB value is (67,38,1). Sum of RGB (Red+Green+Blue) = 67+38+1=106 (14% of max value = 765). Red value is 67 (26.56% from 255 or 63.21% from 106); Green value is 38 (15.23% from 255 or 35.85% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 67 - color contains mainly: red. Hex color #432601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432601 is #BCD9FE. Grayscale: #2A2A2A. Windows color (decimal): -12376575 or 75331. OLE color: 75331.

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

Color convert

RGB67381-
CMYK00.430.990.74
HSL33.64º97.06%13.33%-
HSV(B)33.64º98.51%26.27%-
XYZ3.012.580.37-
YUV42.45104.61145.51-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 63.21%
GREEN value IS 38 (15.23% from 255) = 35.85%
BLUE value IS 1 (0.78% from 255) = 0.94%
R=63.21%
G=35.85%
B=0.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.99
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6738100.430.990.7433.6497.0613.33
Hex4326102B634A2261d
Octal1034610531431124214115
Binary1000011100110101010111100011100101010001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432601; }

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

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

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

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

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

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

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

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