#454320

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

Shades of Woodrush #454320

Tints of Woodrush #454320

Color information

#454320 (or 0x454320) is unknown color: approx Woodrush. HEX triplet: 45, 43 and 20. RGB value is (69,67,32). Sum of RGB (Red+Green+Blue) = 69+67+32=168 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.07% from 168); Green value is 67 (26.56% from 255 or 39.88% from 168); Blue value is 32 (12.89% from 255 or 19.05% from 168); Max value from RGB is 69 - color contains mainly: red. Hex color #454320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454320 is #BABCDF. Grayscale: #3F3F3F. Windows color (decimal): -12238048 or 2114373. OLE color: 2114373.

HSL color Cylindrical-coordinate representation of color #454320: hue angle of 56.76º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #454320 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB696732-
CMYK00.030.540.73
HSL56.76º36.63%19.8%-
HSV(B)56.76º53.62%27.06%-
XYZ4.725.382.16-
YUV63.61110.16131.85-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 41.07%
GREEN value IS 67 (26.56% from 255) = 39.88%
BLUE value IS 32 (12.89% from 255) = 19.05%
R=41.07%
G=39.88%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69673200.030.540.7356.7636.6319.8
Hex454320033649392514
Octal105103400366111714524
Binary10001011000011100000011110110100100111100110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454320; }

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

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

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

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

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

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

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

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