#452B06

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

Shades of Bistre #452B06

Tints of Bistre #452B06

Color information

#452B06 (or 0x452B06) is unknown color: approx Bistre. HEX triplet: 45, 2B and 06. RGB value is (69,43,6). Sum of RGB (Red+Green+Blue) = 69+43+6=118 (15% of max value = 765). Red value is 69 (27.34% from 255 or 58.47% from 118); Green value is 43 (17.19% from 255 or 36.44% from 118); Blue value is 6 (2.73% from 255 or 5.08% from 118); Max value from RGB is 69 - color contains mainly: red. Hex color #452B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452B06 is #BAD4F9. Grayscale: #2E2E2E. Windows color (decimal): -12244218 or 404293. OLE color: 404293.

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

Color convert

RGB69436-
CMYK00.380.910.73
HSL35.24º84%14.71%-
HSV(B)35.24º91.3%27.06%-
XYZ3.353.010.58-
YUV46.56105.11144.01-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 58.47%
GREEN value IS 43 (17.19% from 255) = 36.44%
BLUE value IS 6 (2.73% from 255) = 5.08%
R=58.47%
G=36.44%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6943600.380.910.7335.248414.71
Hex452B60265B492354f
Octal1055360461331114312417
Binary100010110101111001001101011011100100110001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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