#432402

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

Shades of Bistre #432402

Tints of Bistre #432402

Color information

#432402 (or 0x432402) is unknown color: approx Bistre. HEX triplet: 43, 24 and 02. RGB value is (67,36,2). Sum of RGB (Red+Green+Blue) = 67+36+2=105 (13% of max value = 765). Red value is 67 (26.56% from 255 or 63.81% from 105); Green value is 36 (14.45% from 255 or 34.29% from 105); Blue value is 2 (1.17% from 255 or 1.90% from 105); Max value from RGB is 67 - color contains mainly: red. Hex color #432402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432402 is #BCDBFD. Grayscale: #292929. Windows color (decimal): -12377086 or 140355. OLE color: 140355.

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

Color convert

RGB67362-
CMYK00.460.970.74
HSL31.38º94.2%13.53%-
HSV(B)31.38º97.01%26.27%-
XYZ2.962.460.38-
YUV41.39105.77146.26-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 63.81%
GREEN value IS 36 (14.45% from 255) = 34.29%
BLUE value IS 2 (1.17% from 255) = 1.90%
R=63.81%
G=34.29%
B=1.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6736200.460.970.7431.3894.213.53
Hex4324202E614A1f5ee
Octal1034420561411123713616
Binary1000011100100100101110110000110010101111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432402; }

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

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

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

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

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

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

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

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