#432D1A

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

Shades of Bistre #432D1A

Tints of Bistre #432D1A

Color information

#432D1A (or 0x432D1A) is unknown color: approx Bistre. HEX triplet: 43, 2D and 1A. RGB value is (67,45,26). Sum of RGB (Red+Green+Blue) = 67+45+26=138 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.55% from 138); Green value is 45 (17.97% from 255 or 32.61% from 138); Blue value is 26 (10.55% from 255 or 18.84% from 138); Max value from RGB is 67 - color contains mainly: red. Hex color #432D1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432D1A is #BCD2E5. Grayscale: #313131. Windows color (decimal): -12374758 or 1715523. OLE color: 1715523.

HSL color Cylindrical-coordinate representation of color #432D1A: hue angle of 27.8º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #432D1A is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.74.

Color convert

RGB674526-
CMYK00.330.610.74
HSL27.8º44.09%18.24%-
HSV(B)27.8º61.19%26.27%-
XYZ3.443.141.4-
YUV49.41114.79140.54-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 48.55%
GREEN value IS 45 (17.97% from 255) = 32.61%
BLUE value IS 26 (10.55% from 255) = 18.84%
R=48.55%
G=32.61%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67452600.330.610.7427.844.0918.24
Hex432D1A0213D4A1c2c12
Octal103553204175112345422
Binary100001110110111010010000111110110010101110010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,45,26); }

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

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

 a { background-color: rgb(67,45,26); }

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

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

 span { border-color: rgb(67,45,26); }

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