#452A02

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

Shades of Bistre #452A02

Tints of Bistre #452A02

Color information

#452A02 (or 0x452A02) is unknown color: approx Bistre. HEX triplet: 45, 2A and 02. RGB value is (69,42,2). Sum of RGB (Red+Green+Blue) = 69+42+2=113 (14% of max value = 765). Red value is 69 (27.34% from 255 or 61.06% from 113); Green value is 42 (16.80% from 255 or 37.17% from 113); Blue value is 2 (1.17% from 255 or 1.77% from 113); Max value from RGB is 69 - color contains mainly: red. Hex color #452A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452A02 is #BAD5FD. Grayscale: #2D2D2D. Windows color (decimal): -12244478 or 141893. OLE color: 141893.

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

Color convert

RGB69422-
CMYK00.390.970.73
HSL35.82º94.37%13.92%-
HSV(B)35.82º97.1%27.06%-
XYZ3.292.930.45-
YUV45.51103.45144.75-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 61.06%
GREEN value IS 42 (16.80% from 255) = 37.17%
BLUE value IS 2 (1.17% from 255) = 1.77%
R=61.06%
G=37.17%
B=1.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6942200.390.970.7335.8294.3713.92
Hex452A20276149245ee
Octal1055220471411114413616
Binary10001011010101001001111100001100100110010010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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