#484328

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

Shades of Woodrush #484328

Tints of Woodrush #484328

Color information

#484328 (or 0x484328) is unknown color: approx Woodrush. HEX triplet: 48, 43 and 28. RGB value is (72,67,40). Sum of RGB (Red+Green+Blue) = 72+67+40=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 67 (26.56% from 255 or 37.43% from 179); Blue value is 40 (16.02% from 255 or 22.35% from 179); Max value from RGB is 72 - color contains mainly: red. Hex color #484328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484328 is #B7BCD7. Grayscale: #414141. Windows color (decimal): -12041432 or 2638664. OLE color: 2638664.

HSL color Cylindrical-coordinate representation of color #484328: hue angle of 50.62º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #484328 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB726740-
CMYK00.070.440.72
HSL50.62º28.57%21.96%-
HSV(B)50.62º44.44%28.24%-
XYZ5.065.552.81-
YUV65.42113.66132.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.22%
GREEN value IS 67 (26.56% from 255) = 37.43%
BLUE value IS 40 (16.02% from 255) = 22.35%
R=40.22%
G=37.43%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72674000.070.440.7250.6228.5721.96
Hex484328072C48331d16
Octal110103500754110633526
Binary10010001000011101000011110110010010001100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484328; }

 p { color: rgb(72,67,40); }

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

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

 a { background-color: rgb(72,67,40); }

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

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

 span { border-color: rgb(72,67,40); }

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