#453A25

Color #453A25 Birch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Birch #453A25

Tints of Birch #453A25

Color information

#453A25 (or 0x453A25) is unknown color: approx Birch. HEX triplet: 45, 3A and 25. RGB value is (69,58,37). Sum of RGB (Red+Green+Blue) = 69+58+37=164 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.07% from 164); Green value is 58 (23.05% from 255 or 35.37% from 164); Blue value is 37 (14.84% from 255 or 22.56% from 164); Max value from RGB is 69 - color contains mainly: red. Hex color #453A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453A25 is #BAC5DA. Grayscale: #3A3A3A. Windows color (decimal): -12240347 or 2439749. OLE color: 2439749.

HSL color Cylindrical-coordinate representation of color #453A25: hue angle of 39.37º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #453A25 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB695837-
CMYK00.160.460.73
HSL39.37º30.19%20.78%-
HSV(B)39.37º46.38%27.06%-
XYZ4.34.422.38-
YUV58.9115.64135.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.07%
GREEN value IS 58 (23.05% from 255) = 35.37%
BLUE value IS 37 (14.84% from 255) = 22.56%
R=42.07%
G=35.37%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69583700.160.460.7339.3730.1920.78
Hex453A250102E49271e15
Octal105724502056111473625
Binary100010111101010010101000010111010010011001111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453A25; }

 p { color: rgb(69,58,37); }

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

<style>
 a { background-color: #453A25; }

 a { background-color: rgb(69,58,37); }

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

<style>
 span { border-color: #453A25; }

 span { border-color: rgb(69,58,37); }

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