#454334

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

Shades of Woodrush #454334

Tints of Woodrush #454334

Color information

#454334 (or 0x454334) is unknown color: approx Woodrush. HEX triplet: 45, 43 and 34. RGB value is (69,67,52). Sum of RGB (Red+Green+Blue) = 69+67+52=188 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.70% from 188); Green value is 67 (26.56% from 255 or 35.64% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 69 - color contains mainly: red. Hex color #454334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454334 is #BABCCB. Grayscale: #414141. Windows color (decimal): -12238028 or 3425093. OLE color: 3425093.

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

Color convert

RGB696752-
CMYK00.030.250.73
HSL52.94º14.05%23.73%-
HSV(B)52.94º24.64%27.06%-
XYZ5.085.534.05-
YUV65.89120.16130.22-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.70%
GREEN value IS 67 (26.56% from 255) = 35.64%
BLUE value IS 52 (20.70% from 255) = 27.66%
R=36.70%
G=35.64%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69675200.030.250.7352.9414.0523.73
Hex45433403194935e18
Octal105103640331111651630
Binary10001011000011110100011110011001001110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454334; }

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

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

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

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

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

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

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

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