#452D13

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

Shades of Bistre #452D13

Tints of Bistre #452D13

Color information

#452D13 (or 0x452D13) is unknown color: approx Bistre. HEX triplet: 45, 2D and 13. RGB value is (69,45,19). Sum of RGB (Red+Green+Blue) = 69+45+19=133 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.88% from 133); Green value is 45 (17.97% from 255 or 33.83% from 133); Blue value is 19 (7.81% from 255 or 14.29% from 133); Max value from RGB is 69 - color contains mainly: red. Hex color #452D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452D13 is #BAD2EC. Grayscale: #313131. Windows color (decimal): -12243693 or 1256773. OLE color: 1256773.

HSL color Cylindrical-coordinate representation of color #452D13: hue angle of 31.2º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #452D13 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB694519-
CMYK00.350.720.73
HSL31.2º56.82%17.25%-
HSV(B)31.2º72.46%27.06%-
XYZ3.513.191.05-
YUV49.21110.95142.11-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 51.88%
GREEN value IS 45 (17.97% from 255) = 33.83%
BLUE value IS 19 (7.81% from 255) = 14.29%
R=51.88%
G=33.83%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69451900.350.720.7331.256.8217.25
Hex452D1302348491f3911
Octal1055523043110111377121
Binary1000101101101100110100011100100010010011111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452D13; }

 p { color: rgb(69,45,19); }

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

<style>
 a { background-color: #452D13; }

 a { background-color: rgb(69,45,19); }

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

<style>
 span { border-color: #452D13; }

 span { border-color: rgb(69,45,19); }

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