#484824

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

Shades of Waiouru #484824

Tints of Waiouru #484824

Color information

#484824 (or 0x484824) is unknown color: approx Waiouru. HEX triplet: 48, 48 and 24. RGB value is (72,72,36). Sum of RGB (Red+Green+Blue) = 72+72+36=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 72 (28.52% from 255 or 40% from 180); Blue value is 36 (14.45% from 255 or 20% from 180); Max value from RGB is 72 - color contains mainly: red, green. Hex color #484824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484824 is #B7B7DB. Grayscale: #444444. Windows color (decimal): -12040156 or 2377800. OLE color: 2377800.

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

Color convert

RGB727236-
CMYK000.50.72
HSL60º33.33%21.18%-
HSV(B)60º50%28.24%-
XYZ5.316.142.57-
YUV67.9110130.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40%
GREEN value IS 72 (28.52% from 255) = 40%
BLUE value IS 36 (14.45% from 255) = 20%
R=40%
G=40%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal727236000.50.726033.3321.18
Hex4848240032483c2115
Octal110110440062110744125
Binary1001000100100010010000110010100100011110010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484824; }

 p { color: rgb(72,72,36); }

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

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

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

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

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

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

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