#432807

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

Shades of Bistre #432807

Tints of Bistre #432807

Color information

#432807 (or 0x432807) is unknown color: approx Bistre. HEX triplet: 43, 28 and 07. RGB value is (67,40,7). Sum of RGB (Red+Green+Blue) = 67+40+7=114 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.77% from 114); Green value is 40 (16.02% from 255 or 35.09% from 114); Blue value is 7 (3.12% from 255 or 6.14% from 114); Max value from RGB is 67 - color contains mainly: red. Hex color #432807 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432807 is #BCD7F8. Grayscale: #2C2C2C. Windows color (decimal): -12376057 or 469059. OLE color: 469059.

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

Color convert

RGB67407-
CMYK00.400.900.74
HSL33º81.08%14.51%-
HSV(B)33º89.55%26.27%-
XYZ3.112.730.56-
YUV44.31106.95144.18-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 58.77%
GREEN value IS 40 (16.02% from 255) = 35.09%
BLUE value IS 7 (3.12% from 255) = 6.14%
R=58.77%
G=35.09%
B=6.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.90
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6740700.400.900.743381.0814.51
Hex432870285A4A2151f
Octal1035070501321124112117
Binary100001110100011101010001011010100101010000110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432807; }

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

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

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

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

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

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

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

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