#484830

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

Shades of Waiouru #484830

Tints of Waiouru #484830

Color information

#484830 (or 0x484830) is unknown color: approx Waiouru. HEX triplet: 48, 48 and 30. RGB value is (72,72,48). Sum of RGB (Red+Green+Blue) = 72+72+48=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 48 (19.14% from 255 or 25% from 192); Max value from RGB is 72 - color contains mainly: red, green. Hex color #484830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484830 is #B7B7CF. Grayscale: #454545. Windows color (decimal): -12040144 or 3164232. OLE color: 3164232.

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

Color convert

RGB727248-
CMYK000.330.72
HSL60º20%23.53%-
HSV(B)60º33.33%28.24%-
XYZ5.526.233.71-
YUV69.26116129.95-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.5%
GREEN value IS 72 (28.52% from 255) = 37.5%
BLUE value IS 48 (19.14% from 255) = 25%
R=37.5%
G=37.5%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal727248000.330.72602023.53
Hex4848300021483c1418
Octal110110600041110742430
Binary100100010010001100000010000110010001111001010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484830; }

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

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

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

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

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

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

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

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