#432A07

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

Shades of Bistre #432A07

Tints of Bistre #432A07

Color information

#432A07 (or 0x432A07) is unknown color: approx Bistre. HEX triplet: 43, 2A and 07. RGB value is (67,42,7). Sum of RGB (Red+Green+Blue) = 67+42+7=116 (15% of max value = 765). Red value is 67 (26.56% from 255 or 57.76% from 116); Green value is 42 (16.80% from 255 or 36.21% from 116); Blue value is 7 (3.12% from 255 or 6.03% from 116); Max value from RGB is 67 - color contains mainly: red. Hex color #432A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432A07 is #BCD5F8. Grayscale: #2D2D2D. Windows color (decimal): -12375545 or 469571. OLE color: 469571.

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

Color convert

RGB67427-
CMYK00.370.900.74
HSL35º81.08%14.51%-
HSV(B)35º89.55%26.27%-
XYZ3.182.860.59-
YUV45.48106.28143.35-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 57.76%
GREEN value IS 42 (16.80% from 255) = 36.21%
BLUE value IS 7 (3.12% from 255) = 6.03%
R=57.76%
G=36.21%
B=6.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.90
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6742700.370.900.743581.0814.51
Hex432A70255A4A2351f
Octal1035270451321124312117
Binary100001110101011101001011011010100101010001110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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