#432301

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

Shades of Bistre #432301

Tints of Bistre #432301

Color information

#432301 (or 0x432301) is unknown color: approx Bistre. HEX triplet: 43, 23 and 01. RGB value is (67,35,1). Sum of RGB (Red+Green+Blue) = 67+35+1=103 (13% of max value = 765). Red value is 67 (26.56% from 255 or 65.05% from 103); Green value is 35 (14.06% from 255 or 33.98% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 67 - color contains mainly: red. Hex color #432301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432301 is #BCDCFE. Grayscale: #282828. Windows color (decimal): -12377343 or 74563. OLE color: 74563.

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

Color convert

RGB67351-
CMYK00.480.990.74
HSL30.91º97.06%13.33%-
HSV(B)30.91º98.51%26.27%-
XYZ2.922.40.34-
YUV40.69105.6146.76-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 65.05%
GREEN value IS 35 (14.06% from 255) = 33.98%
BLUE value IS 1 (0.78% from 255) = 0.97%
R=65.05%
G=33.98%
B=0.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.99
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6735100.480.990.7430.9197.0613.33
Hex43231030634A1f61d
Octal1034310601431123714115
Binary100001110001110110000110001110010101111111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432301; }

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

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

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

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

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

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

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

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