#454230

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

Shades of Woodrush #454230

Tints of Woodrush #454230

Color information

#454230 (or 0x454230) is unknown color: approx Woodrush. HEX triplet: 45, 42 and 30. RGB value is (69,66,48). Sum of RGB (Red+Green+Blue) = 69+66+48=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 48 (19.14% from 255 or 26.23% from 183); Max value from RGB is 69 - color contains mainly: red. Hex color #454230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454230 is #BABDCF. Grayscale: #404040. Windows color (decimal): -12238288 or 3162693. OLE color: 3162693.

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

Color convert

RGB696648-
CMYK00.040.300.73
HSL51.43º17.95%22.94%-
HSV(B)51.43º30.43%27.06%-
XYZ4.945.383.57-
YUV64.84118.49130.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.70%
GREEN value IS 66 (26.17% from 255) = 36.07%
BLUE value IS 48 (19.14% from 255) = 26.23%
R=37.70%
G=36.07%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69664800.040.300.7351.4317.9522.94
Hex454230041E49331217
Octal105102600436111632227
Binary1000101100001011000001001111010010011100111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454230; }

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

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

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

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

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

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

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

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