#432307

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

Shades of Bistre #432307

Tints of Bistre #432307

Color information

#432307 (or 0x432307) is unknown color: approx Bistre. HEX triplet: 43, 23 and 07. RGB value is (67,35,7). Sum of RGB (Red+Green+Blue) = 67+35+7=109 (14% of max value = 765). Red value is 67 (26.56% from 255 or 61.47% from 109); Green value is 35 (14.06% from 255 or 32.11% from 109); Blue value is 7 (3.12% from 255 or 6.42% from 109); Max value from RGB is 67 - color contains mainly: red. Hex color #432307 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432307 is #BCDCF8. Grayscale: #292929. Windows color (decimal): -12377337 or 467779. OLE color: 467779.

HSL color Cylindrical-coordinate representation of color #432307: hue angle of 28º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #432307 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.74.

Color convert

RGB67357-
CMYK00.480.900.74
HSL28º81.08%14.51%-
HSV(B)28º89.55%26.27%-
XYZ2.952.410.51-
YUV41.38108.6146.28-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 61.47%
GREEN value IS 35 (14.06% from 255) = 32.11%
BLUE value IS 7 (3.12% from 255) = 6.42%
R=61.47%
G=32.11%
B=6.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.90
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6735700.480.900.742881.0814.51
Hex432370305A4A1c51f
Octal1034370601321123412117
Binary10000111000111110110000101101010010101110010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432307; }

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

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

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

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

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

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

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

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