#48442F

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

Shades of Woodrush #48442F

Tints of Woodrush #48442F

Color information

#48442F (or 0x48442F) is unknown color: approx Woodrush. HEX triplet: 48, 44 and 2F. RGB value is (72,68,47). Sum of RGB (Red+Green+Blue) = 72+68+47=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 72 - color contains mainly: red. Hex color #48442F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48442F is #B7BBD0. Grayscale: #424242. Windows color (decimal): -12041169 or 3097672. OLE color: 3097672.

HSL color Cylindrical-coordinate representation of color #48442F: hue angle of 50.4º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #48442F is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB726847-
CMYK00.060.350.72
HSL50.4º21.01%23.33%-
HSV(B)50.4º34.72%28.24%-
XYZ5.255.723.52-
YUV66.8116.83131.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.50%
GREEN value IS 68 (26.95% from 255) = 36.36%
BLUE value IS 47 (18.75% from 255) = 25.13%
R=38.50%
G=36.36%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72684700.060.350.7250.421.0123.33
Hex48442F062348321517
Octal110104570643110622527
Binary10010001000100101111011010001110010001100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48442F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48442F; }

 p { color: rgb(72,68,47); }

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

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

 a { background-color: rgb(72,68,47); }

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

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

 span { border-color: rgb(72,68,47); }

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