#432600

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

Shades of Bistre #432600

Tints of Bistre #432600

Color information

#432600 (or 0x432600) is unknown color: approx Bistre. HEX triplet: 43, 26 and 00. RGB value is (67,38,0). Sum of RGB (Red+Green+Blue) = 67+38+0=105 (13% of max value = 765). Red value is 67 (26.56% from 255 or 63.81% from 105); Green value is 38 (15.23% from 255 or 36.19% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 67 - color contains mainly: red. Hex color #432600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432600 is #BCD9FF. Grayscale: #2A2A2A. Windows color (decimal): -12376576 or 9795. OLE color: 9795.

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

Color convert

RGB67380-
CMYK00.4310.74
HSL34.03º100%13.14%-
HSV(B)34.03º100%26.27%-
XYZ3.012.580.34-
YUV42.34104.11145.59-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 63.81%
GREEN value IS 38 (15.23% from 255) = 36.19%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.81%
G=36.19%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6738000.4310.7434.0310013.14
Hex4326002B644A2264d
Octal1034600531441124214415
Binary1000011100110001010111100100100101010001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432600; }

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

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

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

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

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

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

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

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