#48452E

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

Shades of Woodrush #48452E

Tints of Woodrush #48452E

Color information

#48452E (or 0x48452E) is unknown color: approx Woodrush. HEX triplet: 48, 45 and 2E. RGB value is (72,69,46). Sum of RGB (Red+Green+Blue) = 72+69+46=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 46 (18.36% from 255 or 24.60% from 187); Max value from RGB is 72 - color contains mainly: red. Hex color #48452E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48452E is #B7BAD1. Grayscale: #434343. Windows color (decimal): -12040914 or 3032392. OLE color: 3032392.

HSL color Cylindrical-coordinate representation of color #48452E: hue angle of 53.08º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #48452E is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.72.

Color convert

RGB726946-
CMYK00.040.360.72
HSL53.08º22.03%23.14%-
HSV(B)53.08º36.11%28.24%-
XYZ5.295.833.43-
YUV67.28115.99131.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.50%
GREEN value IS 69 (27.34% from 255) = 36.90%
BLUE value IS 46 (18.36% from 255) = 24.60%
R=38.50%
G=36.90%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72694600.040.360.7253.0822.0323.14
Hex48452E042448351617
Octal110105560444110652627
Binary10010001000101101110010010010010010001101011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48452E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48452E; }

 p { color: rgb(72,69,46); }

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

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

 a { background-color: rgb(72,69,46); }

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

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

 span { border-color: rgb(72,69,46); }

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