#452A00

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

Shades of Bistre #452A00

Tints of Bistre #452A00

Color information

#452A00 (or 0x452A00) is unknown color: approx Bistre. HEX triplet: 45, 2A and 00. RGB value is (69,42,0). Sum of RGB (Red+Green+Blue) = 69+42+0=111 (14% of max value = 765). Red value is 69 (27.34% from 255 or 62.16% from 111); Green value is 42 (16.80% from 255 or 37.84% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 69 - color contains mainly: red. Hex color #452A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452A00 is #BAD5FF. Grayscale: #2D2D2D. Windows color (decimal): -12244480 or 10821. OLE color: 10821.

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

Color convert

RGB69420-
CMYK00.3910.73
HSL36.52º100%13.53%-
HSV(B)36.52º100%27.06%-
XYZ3.282.920.39-
YUV45.28102.45144.92-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 62.16%
GREEN value IS 42 (16.80% from 255) = 37.84%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.16%
G=37.84%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6942000.3910.7336.5210013.53
Hex452A002764492564e
Octal1055200471441114514416
Binary1000101101010001001111100100100100110010111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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