#432B0B

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

Shades of Bistre #432B0B

Tints of Bistre #432B0B

Color information

#432B0B (or 0x432B0B) is unknown color: approx Bistre. HEX triplet: 43, 2B and 0B. RGB value is (67,43,11). Sum of RGB (Red+Green+Blue) = 67+43+11=121 (16% of max value = 765). Red value is 67 (26.56% from 255 or 55.37% from 121); Green value is 43 (17.19% from 255 or 35.54% from 121); Blue value is 11 (4.69% from 255 or 9.09% from 121); Max value from RGB is 67 - color contains mainly: red. Hex color #432B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432B0B is #BCD4F4. Grayscale: #2E2E2E. Windows color (decimal): -12375285 or 731971. OLE color: 731971.

HSL color Cylindrical-coordinate representation of color #432B0B: hue angle of 34.29º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #432B0B is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.74.

Color convert

RGB674311-
CMYK00.360.840.74
HSL34.29º71.79%15.29%-
HSV(B)34.29º83.58%26.27%-
XYZ3.242.950.71-
YUV46.53107.95142.6-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 55.37%
GREEN value IS 43 (17.19% from 255) = 35.54%
BLUE value IS 11 (4.69% from 255) = 9.09%
R=55.37%
G=35.54%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.84
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67431100.360.840.7434.2971.7915.29
Hex432BB024544A2248f
Octal10353130441241124211017
Binary1000011101011101101001001010100100101010001010010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,43,11); }

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

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

 a { background-color: rgb(67,43,11); }

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

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

 span { border-color: rgb(67,43,11); }

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