#454235

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

Shades of Woodrush #454235

Tints of Woodrush #454235

Color information

#454235 (or 0x454235) is unknown color: approx Woodrush. HEX triplet: 45, 42 and 35. RGB value is (69,66,53). Sum of RGB (Red+Green+Blue) = 69+66+53=188 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.70% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 69 - color contains mainly: red. Hex color #454235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454235 is #BABDCA. Grayscale: #414141. Windows color (decimal): -12238283 or 3490373. OLE color: 3490373.

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

Color convert

RGB696653-
CMYK00.040.230.73
HSL48.75º13.11%23.92%-
HSV(B)48.75º23.19%27.06%-
XYZ5.055.424.15-
YUV65.41120.99130.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.70%
GREEN value IS 66 (26.17% from 255) = 35.11%
BLUE value IS 53 (21.09% from 255) = 28.19%
R=36.70%
G=35.11%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69665300.040.230.7348.7513.1123.92
Hex45423504174931d18
Octal105102650427111611530
Binary100010110000101101010100101111001001110001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454235; }

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

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

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

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

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

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

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

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