#484833

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

Shades of Waiouru #484833

Tints of Waiouru #484833

Color information

#484833 (or 0x484833) is unknown color: approx Waiouru. HEX triplet: 48, 48 and 33. RGB value is (72,72,51). Sum of RGB (Red+Green+Blue) = 72+72+51=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 51 (20.31% from 255 or 26.15% from 195); Max value from RGB is 72 - color contains mainly: red, green. Hex color #484833 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484833 is #B7B7CC. Grayscale: #454545. Windows color (decimal): -12040141 or 3360840. OLE color: 3360840.

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

Color convert

RGB727251-
CMYK000.290.72
HSL60º17.07%24.12%-
HSV(B)60º29.17%28.24%-
XYZ5.596.254.04-
YUV69.61117.5129.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.92%
GREEN value IS 72 (28.52% from 255) = 36.92%
BLUE value IS 51 (20.31% from 255) = 26.15%
R=36.92%
G=36.92%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal727251000.290.726017.0724.12
Hex484833001D483c1118
Octal110110630035110742130
Binary10010001001000110011001110110010001111001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484833; }

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

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

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

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

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

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

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

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