#484622

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

Shades of Woodrush #484622

Tints of Woodrush #484622

Color information

#484622 (or 0x484622) is unknown color: approx Woodrush. HEX triplet: 48, 46 and 22. RGB value is (72,70,34). Sum of RGB (Red+Green+Blue) = 72+70+34=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 34 (13.67% from 255 or 19.32% from 176); Max value from RGB is 72 - color contains mainly: red. Hex color #484622 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484622 is #B7B9DD. Grayscale: #424242. Windows color (decimal): -12040670 or 2246216. OLE color: 2246216.

HSL color Cylindrical-coordinate representation of color #484622: hue angle of 56.84º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #484622 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.72.

Color convert

RGB727034-
CMYK00.030.530.72
HSL56.84º35.85%20.78%-
HSV(B)56.84º52.78%28.24%-
XYZ5.155.872.38-
YUV66.49109.66131.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.91%
GREEN value IS 70 (27.73% from 255) = 39.77%
BLUE value IS 34 (13.67% from 255) = 19.32%
R=40.91%
G=39.77%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.53
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72703400.030.530.7256.8435.8520.78
Hex484622033548392415
Octal110106420365110714425
Binary10010001000110100010011110101100100011100110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484622; }

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

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

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

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

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

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

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

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