#43290E

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

Shades of Bistre #43290E

Tints of Bistre #43290E

Color information

#43290E (or 0x43290E) is unknown color: approx Bistre. HEX triplet: 43, 29 and 0E. RGB value is (67,41,14). Sum of RGB (Red+Green+Blue) = 67+41+14=122 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.92% from 122); Green value is 41 (16.41% from 255 or 33.61% from 122); Blue value is 14 (5.86% from 255 or 11.48% from 122); Max value from RGB is 67 - color contains mainly: red. Hex color #43290E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43290E is #BCD6F1. Grayscale: #2D2D2D. Windows color (decimal): -12375794 or 928067. OLE color: 928067.

HSL color Cylindrical-coordinate representation of color #43290E: hue angle of 30.57º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #43290E is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.74.

Color convert

RGB674114-
CMYK00.390.790.74
HSL30.57º65.43%15.88%-
HSV(B)30.57º79.1%26.27%-
XYZ3.192.810.79-
YUV45.7110.11143.2-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 54.92%
GREEN value IS 41 (16.41% from 255) = 33.61%
BLUE value IS 14 (5.86% from 255) = 11.48%
R=54.92%
G=33.61%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.79
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67411400.390.790.7430.5765.4315.88
Hex4329E0274F4A1f4110
Octal10351160471171123710120
Binary1000011101001111001001111001111100101011111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43290E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43290E; }

 p { color: rgb(67,41,14); }

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

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

 a { background-color: rgb(67,41,14); }

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

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

 span { border-color: rgb(67,41,14); }

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