#484827

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

Shades of Waiouru #484827

Tints of Waiouru #484827

Color information

#484827 (or 0x484827) is unknown color: approx Waiouru. HEX triplet: 48, 48 and 27. RGB value is (72,72,39). Sum of RGB (Red+Green+Blue) = 72+72+39=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 39 (15.62% from 255 or 21.31% from 183); Max value from RGB is 72 - color contains mainly: red, green. Hex color #484827 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484827 is #B7B7D8. Grayscale: #444444. Windows color (decimal): -12040153 or 2574408. OLE color: 2574408.

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

Color convert

RGB727239-
CMYK000.460.72
HSL60º29.73%21.76%-
HSV(B)60º45.83%28.24%-
XYZ5.366.162.83-
YUV68.24111.5130.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.34%
GREEN value IS 72 (28.52% from 255) = 39.34%
BLUE value IS 39 (15.62% from 255) = 21.31%
R=39.34%
G=39.34%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal727239000.460.726029.7321.76
Hex484827002E483c1e16
Octal110110470056110743626
Binary100100010010001001110010111010010001111001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484827; }

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

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

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

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

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

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

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

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