#453F29

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

Shades of Woodrush #453F29

Tints of Woodrush #453F29

Color information

#453F29 (or 0x453F29) is unknown color: approx Woodrush. HEX triplet: 45, 3F and 29. RGB value is (69,63,41). Sum of RGB (Red+Green+Blue) = 69+63+41=173 (22% of max value = 765). Red value is 69 (27.34% from 255 or 39.88% from 173); Green value is 63 (25% from 255 or 36.42% from 173); Blue value is 41 (16.41% from 255 or 23.70% from 173); Max value from RGB is 69 - color contains mainly: red. Hex color #453F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453F29 is #BAC0D6. Grayscale: #3E3E3E. Windows color (decimal): -12239063 or 2703173. OLE color: 2703173.

HSL color Cylindrical-coordinate representation of color #453F29: hue angle of 47.14º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #453F29 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB696341-
CMYK00.090.410.73
HSL47.14º25.45%21.57%-
HSV(B)47.14º40.58%27.06%-
XYZ4.634.982.81-
YUV62.29115.99132.79-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.88%
GREEN value IS 63 (25% from 255) = 36.42%
BLUE value IS 41 (16.41% from 255) = 23.70%
R=39.88%
G=36.42%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69634100.090.410.7347.1425.4521.57
Hex453F290929492f1916
Octal105775101151111573126
Binary10001011111111010010100110100110010011011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,63,41); }

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

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

 a { background-color: rgb(69,63,41); }

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

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

 span { border-color: rgb(69,63,41); }

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