#484A2A

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

Shades of Waiouru #484A2A

Tints of Waiouru #484A2A

Color information

#484A2A (or 0x484A2A) is unknown color: approx Waiouru. HEX triplet: 48, 4A and 2A. RGB value is (72,74,42). Sum of RGB (Red+Green+Blue) = 72+74+42=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 74 (29.30% from 255 or 39.36% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 74 - color contains mainly: green. Hex color #484A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484A2A is #B7B5D5. Grayscale: #454545. Windows color (decimal): -12039638 or 2771528. OLE color: 2771528.

HSL color Cylindrical-coordinate representation of color #484A2A: hue angle of 63.75º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #484A2A is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.71.

Color convert

RGB727442-
CMYK0.0300.430.71
HSL63.75º27.59%22.75%-
HSV(B)63.75º43.24%29.02%-
XYZ5.546.443.14-
YUV69.75112.34129.6-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.30%
GREEN value IS 74 (29.30% from 255) = 39.36%
BLUE value IS 42 (16.80% from 255) = 22.34%
R=38.30%
G=39.36%
B=22.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7274420.0300.430.7163.7527.5922.75
Hex484A2A302B47401c17
Octal1101125230531071003427
Binary10010001001010101010110101011100011110000001110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484A2A; }

 p { color: rgb(72,74,42); }

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

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

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

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

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

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

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