#48452D

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

Shades of Woodrush #48452D

Tints of Woodrush #48452D

Color information

#48452D (or 0x48452D) is unknown color: approx Woodrush. HEX triplet: 48, 45 and 2D. RGB value is (72,69,45). Sum of RGB (Red+Green+Blue) = 72+69+45=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 72 - color contains mainly: red. Hex color #48452D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48452D is #B7BAD2. Grayscale: #434343. Windows color (decimal): -12040915 or 2966856. OLE color: 2966856.

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

Color convert

RGB726945-
CMYK00.040.380.72
HSL53.33º23.08%22.94%-
HSV(B)53.33º37.5%28.24%-
XYZ5.275.823.33-
YUV67.16115.49131.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.71%
GREEN value IS 69 (27.34% from 255) = 37.10%
BLUE value IS 45 (17.97% from 255) = 24.19%
R=38.71%
G=37.10%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72694500.040.380.7253.3323.0822.94
Hex48452D042648351717
Octal110105550446110652727
Binary10010001000101101101010010011010010001101011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48452D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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