#484326

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

Shades of Woodrush #484326

Tints of Woodrush #484326

Color information

#484326 (or 0x484326) is unknown color: approx Woodrush. HEX triplet: 48, 43 and 26. RGB value is (72,67,38). Sum of RGB (Red+Green+Blue) = 72+67+38=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 67 (26.56% from 255 or 37.85% from 177); Blue value is 38 (15.23% from 255 or 21.47% from 177); Max value from RGB is 72 - color contains mainly: red. Hex color #484326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484326 is #B7BCD9. Grayscale: #414141. Windows color (decimal): -12041434 or 2507592. OLE color: 2507592.

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

Color convert

RGB726738-
CMYK00.070.470.72
HSL51.18º30.91%21.57%-
HSV(B)51.18º47.22%28.24%-
XYZ5.035.532.64-
YUV65.19112.66132.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.68%
GREEN value IS 67 (26.56% from 255) = 37.85%
BLUE value IS 38 (15.23% from 255) = 21.47%
R=40.68%
G=37.85%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72673800.070.470.7251.1830.9121.57
Hex484326072F48331f16
Octal110103460757110633726
Binary10010001000011100110011110111110010001100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484326; }

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

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

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

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

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

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

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

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