#454338

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

Shades of Woodrush #454338

Tints of Woodrush #454338

Color information

#454338 (or 0x454338) is unknown color: approx Woodrush. HEX triplet: 45, 43 and 38. RGB value is (69,67,56). Sum of RGB (Red+Green+Blue) = 69+67+56=192 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.94% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 56 (22.27% from 255 or 29.17% from 192); Max value from RGB is 69 - color contains mainly: red. Hex color #454338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454338 is #BABCC7. Grayscale: #424242. Windows color (decimal): -12238024 or 3687237. OLE color: 3687237.

HSL color Cylindrical-coordinate representation of color #454338: hue angle of 50.77º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #454338 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB696756-
CMYK00.030.190.73
HSL50.77º10.4%24.51%-
HSV(B)50.77º18.84%27.06%-
XYZ5.185.574.54-
YUV66.34122.16129.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.94%
GREEN value IS 67 (26.56% from 255) = 34.90%
BLUE value IS 56 (22.27% from 255) = 29.17%
R=35.94%
G=34.90%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69675600.030.190.7350.7710.424.51
Hex45433803134933a19
Octal105103700323111631231
Binary10001011000011111000011100111001001110011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454338; }

 p { color: rgb(69,67,56); }

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

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

 a { background-color: rgb(69,67,56); }

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

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

 span { border-color: rgb(69,67,56); }

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