#432A01

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

Shades of Bistre #432A01

Tints of Bistre #432A01

Color information

#432A01 (or 0x432A01) is unknown color: approx Bistre. HEX triplet: 43, 2A and 01. RGB value is (67,42,1). Sum of RGB (Red+Green+Blue) = 67+42+1=110 (14% of max value = 765). Red value is 67 (26.56% from 255 or 60.91% from 110); Green value is 42 (16.80% from 255 or 38.18% from 110); Blue value is 1 (0.78% from 255 or 0.91% from 110); Max value from RGB is 67 - color contains mainly: red. Hex color #432A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432A01 is #BCD5FE. Grayscale: #2C2C2C. Windows color (decimal): -12375551 or 76355. OLE color: 76355.

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

Color convert

RGB67421-
CMYK00.370.990.74
HSL37.27º97.06%13.33%-
HSV(B)37.27º98.51%26.27%-
XYZ3.152.850.41-
YUV44.8103.28143.83-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 60.91%
GREEN value IS 42 (16.80% from 255) = 38.18%
BLUE value IS 1 (0.78% from 255) = 0.91%
R=60.91%
G=38.18%
B=0.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.99
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6742100.370.990.7437.2797.0613.33
Hex432A1025634A2561d
Octal1035210451431124514115
Binary1000011101010101001011100011100101010010111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432A01; }

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

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

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

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

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

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

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

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