#484628

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

Shades of Woodrush #484628

Tints of Woodrush #484628

Color information

#484628 (or 0x484628) is unknown color: approx Woodrush. HEX triplet: 48, 46 and 28. RGB value is (72,70,40). Sum of RGB (Red+Green+Blue) = 72+70+40=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 72 - color contains mainly: red. Hex color #484628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484628 is #B7B9D7. Grayscale: #434343. Windows color (decimal): -12040664 or 2639432. OLE color: 2639432.

HSL color Cylindrical-coordinate representation of color #484628: hue angle of 56.25º 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 #484628 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB727040-
CMYK00.030.440.72
HSL56.25º28.57%21.96%-
HSV(B)56.25º44.44%28.24%-
XYZ5.255.912.87-
YUV67.18112.66131.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.56%
GREEN value IS 70 (27.73% from 255) = 38.46%
BLUE value IS 40 (16.02% from 255) = 21.98%
R=39.56%
G=38.46%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72704000.030.440.7256.2528.5721.96
Hex484628032C48381d16
Octal110106500354110703526
Binary1001000100011010100001110110010010001110001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484628; }

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

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

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

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

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

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

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

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