#452B12

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

Shades of Bistre #452B12

Tints of Bistre #452B12

Color information

#452B12 (or 0x452B12) is unknown color: approx Bistre. HEX triplet: 45, 2B and 12. RGB value is (69,43,18). Sum of RGB (Red+Green+Blue) = 69+43+18=130 (17% of max value = 765). Red value is 69 (27.34% from 255 or 53.08% from 130); Green value is 43 (17.19% from 255 or 33.08% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 69 - color contains mainly: red. Hex color #452B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452B12 is #BAD4ED. Grayscale: #303030. Windows color (decimal): -12244206 or 1190725. OLE color: 1190725.

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

Color convert

RGB694318-
CMYK00.380.740.73
HSL29.41º58.62%17.06%-
HSV(B)29.41º73.91%27.06%-
XYZ3.433.040.98-
YUV47.92111.11143.03-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 53.08%
GREEN value IS 43 (17.19% from 255) = 33.08%
BLUE value IS 18 (7.42% from 255) = 13.85%
R=53.08%
G=33.08%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69431800.380.740.7329.4158.6217.06
Hex452B120264A491d3b11
Octal1055322046112111357321
Binary1000101101011100100100110100101010010011110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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