#484B2A

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

Shades of Waiouru #484B2A

Tints of Waiouru #484B2A

Color information

#484B2A (or 0x484B2A) is unknown color: approx Waiouru. HEX triplet: 48, 4B and 2A. RGB value is (72,75,42). Sum of RGB (Red+Green+Blue) = 72+75+42=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 75 (29.69% from 255 or 39.68% from 189); Blue value is 42 (16.80% from 255 or 22.22% from 189); Max value from RGB is 75 - color contains mainly: green. Hex color #484B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484B2A is #B7B4D5. Grayscale: #464646. Windows color (decimal): -12039382 or 2771784. OLE color: 2771784.

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

Color convert

RGB727542-
CMYK0.0400.440.71
HSL65.45º28.21%22.94%-
HSV(B)65.45º44%29.41%-
XYZ5.616.583.16-
YUV70.34112.01129.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.10%
GREEN value IS 75 (29.69% from 255) = 39.68%
BLUE value IS 42 (16.80% from 255) = 22.22%
R=38.10%
G=39.68%
B=22.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7275420.0400.440.7165.4528.2122.94
Hex484B2A402C47411c17
Octal1101135240541071013427
Binary100100010010111010101000101100100011110000011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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