#432802

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

Shades of Bistre #432802

Tints of Bistre #432802

Color information

#432802 (or 0x432802) is unknown color: approx Bistre. HEX triplet: 43, 28 and 02. RGB value is (67,40,2). Sum of RGB (Red+Green+Blue) = 67+40+2=109 (14% of max value = 765). Red value is 67 (26.56% from 255 or 61.47% from 109); Green value is 40 (16.02% from 255 or 36.70% from 109); Blue value is 2 (1.17% from 255 or 1.83% from 109); Max value from RGB is 67 - color contains mainly: red. Hex color #432802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432802 is #BCD7FD. Grayscale: #2B2B2B. Windows color (decimal): -12376062 or 141379. OLE color: 141379.

HSL color Cylindrical-coordinate representation of color #432802: hue angle of 35.08º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #432802 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.74.

Color convert

RGB67402-
CMYK00.400.970.74
HSL35.08º94.2%13.53%-
HSV(B)35.08º97.01%26.27%-
XYZ3.082.720.42-
YUV43.74104.45144.59-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 61.47%
GREEN value IS 40 (16.02% from 255) = 36.70%
BLUE value IS 2 (1.17% from 255) = 1.83%
R=61.47%
G=36.70%
B=1.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6740200.400.970.7435.0894.213.53
Hex43282028614A235ee
Octal1035020501411124313616
Binary10000111010001001010001100001100101010001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432802; }

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

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

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

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

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

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

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

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