#484836

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

Shades of Waiouru #484836

Tints of Waiouru #484836

Color information

#484836 (or 0x484836) is unknown color: approx Waiouru. HEX triplet: 48, 48 and 36. RGB value is (72,72,54). Sum of RGB (Red+Green+Blue) = 72+72+54=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 54 (21.48% from 255 or 27.27% from 198); Max value from RGB is 72 - color contains mainly: red, green. Hex color #484836 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484836 is #B7B7C9. Grayscale: #464646. Windows color (decimal): -12040138 or 3557448. OLE color: 3557448.

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

Color convert

RGB727254-
CMYK000.250.72
HSL60º14.29%24.71%-
HSV(B)60º25%28.24%-
XYZ5.666.284.4-
YUV69.95119129.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.36%
GREEN value IS 72 (28.52% from 255) = 36.36%
BLUE value IS 54 (21.48% from 255) = 27.27%
R=36.36%
G=36.36%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal727254000.250.726014.2924.71
Hex4848360019483ce19
Octal110110660031110741631
Binary1001000100100011011000110011001000111100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484836; }

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

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

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

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

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

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

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

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