#454130

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

Shades of Woodrush #454130

Tints of Woodrush #454130

Color information

#454130 (or 0x454130) is unknown color: approx Woodrush. HEX triplet: 45, 41 and 30. RGB value is (69,65,48). Sum of RGB (Red+Green+Blue) = 69+65+48=182 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.91% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 48 (19.14% from 255 or 26.37% from 182); Max value from RGB is 69 - color contains mainly: red. Hex color #454130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454130 is #BABECF. Grayscale: #404040. Windows color (decimal): -12238544 or 3162437. OLE color: 3162437.

HSL color Cylindrical-coordinate representation of color #454130: hue angle of 48.57º 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 #454130 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB696548-
CMYK00.060.300.73
HSL48.57º17.95%22.94%-
HSV(B)48.57º30.43%27.06%-
XYZ4.885.263.55-
YUV64.26118.83131.38-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.91%
GREEN value IS 65 (25.78% from 255) = 35.71%
BLUE value IS 48 (19.14% from 255) = 26.37%
R=37.91%
G=35.71%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69654800.060.300.7348.5717.9522.94
Hex454130061E49311217
Octal105101600636111612227
Binary1000101100000111000001101111010010011100011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454130; }

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

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

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

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

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

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

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

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