#452A08

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

Shades of Bistre #452A08

Tints of Bistre #452A08

Color information

#452A08 (or 0x452A08) is unknown color: approx Bistre. HEX triplet: 45, 2A and 08. RGB value is (69,42,8). Sum of RGB (Red+Green+Blue) = 69+42+8=119 (15% of max value = 765). Red value is 69 (27.34% from 255 or 57.98% from 119); Green value is 42 (16.80% from 255 or 35.29% from 119); Blue value is 8 (3.52% from 255 or 6.72% from 119); Max value from RGB is 69 - color contains mainly: red. Hex color #452A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452A08 is #BAD5F7. Grayscale: #2E2E2E. Windows color (decimal): -12244472 or 535109. OLE color: 535109.

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

Color convert

RGB69428-
CMYK00.390.880.73
HSL33.44º79.22%15.1%-
HSV(B)33.44º88.41%27.06%-
XYZ3.332.940.62-
YUV46.2106.45144.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 57.98%
GREEN value IS 42 (16.80% from 255) = 35.29%
BLUE value IS 8 (3.52% from 255) = 6.72%
R=57.98%
G=35.29%
B=6.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.88
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6942800.390.880.7333.4479.2215.1
Hex452A80275849214ff
Octal10552100471301114111717
Binary1000101101010100001001111011000100100110000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,42,8); }

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

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

 a { background-color: rgb(69,42,8); }

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

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

 span { border-color: rgb(69,42,8); }

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