#454231

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

Shades of Woodrush #454231

Tints of Woodrush #454231

Color information

#454231 (or 0x454231) is unknown color: approx Woodrush. HEX triplet: 45, 42 and 31. RGB value is (69,66,49). Sum of RGB (Red+Green+Blue) = 69+66+49=184 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.5% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 49 (19.53% from 255 or 26.63% from 184); Max value from RGB is 69 - color contains mainly: red. Hex color #454231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454231 is #BABDCE. Grayscale: #414141. Windows color (decimal): -12238287 or 3228229. OLE color: 3228229.

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

Color convert

RGB696649-
CMYK00.040.290.73
HSL51º16.95%23.14%-
HSV(B)51º28.99%27.06%-
XYZ4.965.383.68-
YUV64.96118.99130.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.5%
GREEN value IS 66 (26.17% from 255) = 35.87%
BLUE value IS 49 (19.53% from 255) = 26.63%
R=37.5%
G=35.87%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69664900.040.290.735116.9523.14
Hex454231041D49331117
Octal105102610435111632127
Binary1000101100001011000101001110110010011100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454231; }

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

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

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

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

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

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

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

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