#452C17

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

Shades of Bistre #452C17

Tints of Bistre #452C17

Color information

#452C17 (or 0x452C17) is unknown color: approx Bistre. HEX triplet: 45, 2C and 17. RGB value is (69,44,23). Sum of RGB (Red+Green+Blue) = 69+44+23=136 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50.74% from 136); Green value is 44 (17.58% from 255 or 32.35% from 136); Blue value is 23 (9.38% from 255 or 16.91% from 136); Max value from RGB is 69 - color contains mainly: red. Hex color #452C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452C17 is #BAD3E8. Grayscale: #313131. Windows color (decimal): -12243945 or 1518661. OLE color: 1518661.

HSL color Cylindrical-coordinate representation of color #452C17: hue angle of 27.39º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #452C17 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.73.

Color convert

RGB694423-
CMYK00.360.670.73
HSL27.39º50%18.04%-
HSV(B)27.39º66.67%27.06%-
XYZ3.513.131.23-
YUV49.08113.28142.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 50.74%
GREEN value IS 44 (17.58% from 255) = 32.35%
BLUE value IS 23 (9.38% from 255) = 16.91%
R=50.74%
G=32.35%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69442300.360.670.7327.395018.04
Hex452C1702443491b3212
Octal1055427044103111336222
Binary1000101101100101110100100100001110010011101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,44,23); }

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

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

 a { background-color: rgb(69,44,23); }

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

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

 span { border-color: rgb(69,44,23); }

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