#48451F

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

Shades of Woodrush #48451F

Tints of Woodrush #48451F

Color information

#48451F (or 0x48451F) is unknown color: approx Woodrush. HEX triplet: 48, 45 and 1F. RGB value is (72,69,31). Sum of RGB (Red+Green+Blue) = 72+69+31=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 31 (12.5% from 255 or 18.02% from 172); Max value from RGB is 72 - color contains mainly: red. Hex color #48451F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48451F is #B7BAE0. Grayscale: #414141. Windows color (decimal): -12040929 or 2049352. OLE color: 2049352.

HSL color Cylindrical-coordinate representation of color #48451F: hue angle of 55.61º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48451F is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.72.

Color convert

RGB726931-
CMYK00.040.570.72
HSL55.61º39.81%20.2%-
HSV(B)55.61º56.94%28.24%-
XYZ5.055.732.14-
YUV65.56108.49132.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.86%
GREEN value IS 69 (27.34% from 255) = 40.12%
BLUE value IS 31 (12.5% from 255) = 18.02%
R=41.86%
G=40.12%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72693100.040.570.7255.6139.8120.2
Hex48451F043948382814
Octal110105370471110705024
Binary10010001000101111110100111001100100011100010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48451F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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