#452B13

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

Shades of Bistre #452B13

Tints of Bistre #452B13

Color information

#452B13 (or 0x452B13) is unknown color: approx Bistre. HEX triplet: 45, 2B and 13. RGB value is (69,43,19). Sum of RGB (Red+Green+Blue) = 69+43+19=131 (17% of max value = 765). Red value is 69 (27.34% from 255 or 52.67% from 131); Green value is 43 (17.19% from 255 or 32.82% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 69 - color contains mainly: red. Hex color #452B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452B13 is #BAD4EC. Grayscale: #303030. Windows color (decimal): -12244205 or 1256261. OLE color: 1256261.

HSL color Cylindrical-coordinate representation of color #452B13: hue angle of 28.8º 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 #452B13 is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB694319-
CMYK00.380.720.73
HSL28.8º56.82%17.25%-
HSV(B)28.8º72.46%27.06%-
XYZ3.443.041.02-
YUV48.04111.61142.95-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 52.67%
GREEN value IS 43 (17.19% from 255) = 32.82%
BLUE value IS 19 (7.81% from 255) = 14.50%
R=52.67%
G=32.82%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69431900.380.720.7328.856.8217.25
Hex452B1302648491d3911
Octal1055323046110111357121
Binary1000101101011100110100110100100010010011110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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