#454223

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

Shades of Woodrush #454223

Tints of Woodrush #454223

Color information

#454223 (or 0x454223) is unknown color: approx Woodrush. HEX triplet: 45, 42 and 23. RGB value is (69,66,35). Sum of RGB (Red+Green+Blue) = 69+66+35=170 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.59% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 35 (14.06% from 255 or 20.59% from 170); Max value from RGB is 69 - color contains mainly: red. Hex color #454223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454223 is #BABDDC. Grayscale: #3F3F3F. Windows color (decimal): -12238301 or 2310725. OLE color: 2310725.

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

Color convert

RGB696635-
CMYK00.040.490.73
HSL54.71º32.69%20.39%-
HSV(B)54.71º49.28%27.06%-
XYZ4.715.282.36-
YUV63.36111.99132.02-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 40.59%
GREEN value IS 66 (26.17% from 255) = 38.82%
BLUE value IS 35 (14.06% from 255) = 20.59%
R=40.59%
G=38.82%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69663500.040.490.7354.7132.6920.39
Hex454223043149372114
Octal105102430461111674124
Binary100010110000101000110100110001100100111011110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454223; }

 p { color: rgb(69,66,35); }

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

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

 a { background-color: rgb(69,66,35); }

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

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

 span { border-color: rgb(69,66,35); }

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