#48442A

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

Shades of Woodrush #48442A

Tints of Woodrush #48442A

Color information

#48442A (or 0x48442A) is unknown color: approx Woodrush. HEX triplet: 48, 44 and 2A. RGB value is (72,68,42). Sum of RGB (Red+Green+Blue) = 72+68+42=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 68 (26.95% from 255 or 37.36% from 182); Blue value is 42 (16.80% from 255 or 23.08% from 182); Max value from RGB is 72 - color contains mainly: red. Hex color #48442A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48442A is #B7BBD5. Grayscale: #424242. Windows color (decimal): -12041174 or 2769992. OLE color: 2769992.

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

Color convert

RGB726842-
CMYK00.060.420.72
HSL52º26.32%22.35%-
HSV(B)52º41.67%28.24%-
XYZ5.165.683.01-
YUV66.23114.33132.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.56%
GREEN value IS 68 (26.95% from 255) = 37.36%
BLUE value IS 42 (16.80% from 255) = 23.08%
R=39.56%
G=37.36%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72684200.060.420.725226.3222.35
Hex48442A062A48341a16
Octal110104520652110643226
Binary10010001000100101010011010101010010001101001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48442A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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