#452C14

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

Shades of Bistre #452C14

Tints of Bistre #452C14

Color information

#452C14 (or 0x452C14) is unknown color: approx Bistre. HEX triplet: 45, 2C and 14. RGB value is (69,44,20). Sum of RGB (Red+Green+Blue) = 69+44+20=133 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.88% from 133); Green value is 44 (17.58% from 255 or 33.08% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 69 - color contains mainly: red. Hex color #452C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452C14 is #BAD3EB. Grayscale: #303030. Windows color (decimal): -12243948 or 1322053. OLE color: 1322053.

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

Color convert

RGB694420-
CMYK00.360.710.73
HSL29.39º55.06%17.45%-
HSV(B)29.39º71.01%27.06%-
XYZ3.483.121.08-
YUV48.74111.78142.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 51.88%
GREEN value IS 44 (17.58% from 255) = 33.08%
BLUE value IS 20 (8.20% from 255) = 15.04%
R=51.88%
G=33.08%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69442000.360.710.7329.3955.0617.45
Hex452C1402447491d3711
Octal1055424044107111356721
Binary1000101101100101000100100100011110010011110111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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