#432A08

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

Shades of Bistre #432A08

Tints of Bistre #432A08

Color information

#432A08 (or 0x432A08) is unknown color: approx Bistre. HEX triplet: 43, 2A and 08. RGB value is (67,42,8). Sum of RGB (Red+Green+Blue) = 67+42+8=117 (15% of max value = 765). Red value is 67 (26.56% from 255 or 57.26% from 117); Green value is 42 (16.80% from 255 or 35.90% from 117); Blue value is 8 (3.52% from 255 or 6.84% from 117); Max value from RGB is 67 - color contains mainly: red. Hex color #432A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432A08 is #BCD5F7. Grayscale: #2D2D2D. Windows color (decimal): -12375544 or 535107. OLE color: 535107.

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

Color convert

RGB67428-
CMYK00.370.880.74
HSL34.58º78.67%14.71%-
HSV(B)34.58º88.06%26.27%-
XYZ3.192.870.62-
YUV45.6106.78143.26-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 57.26%
GREEN value IS 42 (16.80% from 255) = 35.90%
BLUE value IS 8 (3.52% from 255) = 6.84%
R=57.26%
G=35.90%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.88
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6742800.370.880.7434.5878.6714.71
Hex432A8025584A234ff
Octal10352100451301124311717
Binary1000011101010100001001011011000100101010001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,42,8); }

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

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

 a { background-color: rgb(67,42,8); }

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

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

 span { border-color: rgb(67,42,8); }

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