#432714

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

Shades of Bistre #432714

Tints of Bistre #432714

Color information

#432714 (or 0x432714) is unknown color: approx Bistre. HEX triplet: 43, 27 and 14. RGB value is (67,39,20). Sum of RGB (Red+Green+Blue) = 67+39+20=126 (16% of max value = 765). Red value is 67 (26.56% from 255 or 53.17% from 126); Green value is 39 (15.62% from 255 or 30.95% from 126); Blue value is 20 (8.20% from 255 or 15.87% from 126); Max value from RGB is 67 - color contains mainly: red. Hex color #432714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432714 is #BCD8EB. Grayscale: #2D2D2D. Windows color (decimal): -12376300 or 1320771. OLE color: 1320771.

HSL color Cylindrical-coordinate representation of color #432714: hue angle of 24.26º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #432714 is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB673920-
CMYK00.420.700.74
HSL24.26º54.02%17.06%-
HSV(B)24.26º70.15%26.27%-
XYZ3.172.691.02-
YUV45.21113.78143.54-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 53.17%
GREEN value IS 39 (15.62% from 255) = 30.95%
BLUE value IS 20 (8.20% from 255) = 15.87%
R=53.17%
G=30.95%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.70
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67392000.420.700.7424.2654.0217.06
Hex43271402A464A183611
Octal1034724052106112306621
Binary1000011100111101000101010100011010010101100011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432714; }

 p { color: rgb(67,39,20); }

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

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

 a { background-color: rgb(67,39,20); }

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

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

 span { border-color: rgb(67,39,20); }

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