#43250B

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

Shades of Bistre #43250B

Tints of Bistre #43250B

Color information

#43250B (or 0x43250B) is unknown color: approx Bistre. HEX triplet: 43, 25 and 0B. RGB value is (67,37,11). Sum of RGB (Red+Green+Blue) = 67+37+11=115 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.26% from 115); Green value is 37 (14.84% from 255 or 32.17% from 115); Blue value is 11 (4.69% from 255 or 9.57% from 115); Max value from RGB is 67 - color contains mainly: red. Hex color #43250B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43250B is #BCDAF4. Grayscale: #2B2B2B. Windows color (decimal): -12376821 or 730435. OLE color: 730435.

HSL color Cylindrical-coordinate representation of color #43250B: hue angle of 27.86º 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 #43250B is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.74.

Color convert

RGB673711-
CMYK00.450.840.74
HSL27.86º71.79%15.29%-
HSV(B)27.86º83.58%26.27%-
XYZ3.042.540.65-
YUV43.01109.94145.11-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 58.26%
GREEN value IS 37 (14.84% from 255) = 32.17%
BLUE value IS 11 (4.69% from 255) = 9.57%
R=58.26%
G=32.17%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.84
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67371100.450.840.7427.8671.7915.29
Hex4325B02D544A1c48f
Octal10345130551241123411017
Binary100001110010110110101101101010010010101110010010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43250B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43250B; }

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

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

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

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

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

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

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

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