#454330

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

Shades of Woodrush #454330

Tints of Woodrush #454330

Color information

#454330 (or 0x454330) is unknown color: approx Woodrush. HEX triplet: 45, 43 and 30. RGB value is (69,67,48). Sum of RGB (Red+Green+Blue) = 69+67+48=184 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.5% from 184); Green value is 67 (26.56% from 255 or 36.41% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 69 - color contains mainly: red. Hex color #454330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454330 is #BABCCF. Grayscale: #414141. Windows color (decimal): -12238032 or 3162949. OLE color: 3162949.

HSL color Cylindrical-coordinate representation of color #454330: hue angle of 54.29º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #454330 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB696748-
CMYK00.030.300.73
HSL54.29º17.95%22.94%-
HSV(B)54.29º30.43%27.06%-
XYZ4.995.493.59-
YUV65.43118.16130.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.5%
GREEN value IS 67 (26.56% from 255) = 36.41%
BLUE value IS 48 (19.14% from 255) = 26.09%
R=37.5%
G=36.41%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69674800.030.300.7354.2917.9522.94
Hex454330031E49361217
Octal105103600336111662227
Binary100010110000111100000111111010010011101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454330; }

 p { color: rgb(69,67,48); }

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

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

 a { background-color: rgb(69,67,48); }

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

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

 span { border-color: rgb(69,67,48); }

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