#48482E

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

Shades of Waiouru #48482E

Tints of Waiouru #48482E

Color information

#48482E (or 0x48482E) is unknown color: approx Waiouru. HEX triplet: 48, 48 and 2E. RGB value is (72,72,46). Sum of RGB (Red+Green+Blue) = 72+72+46=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 46 (18.36% from 255 or 24.21% from 190); Max value from RGB is 72 - color contains mainly: red, green. Hex color #48482E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48482E is #B7B7D1. Grayscale: #454545. Windows color (decimal): -12040146 or 3033160. OLE color: 3033160.

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

Color convert

RGB727246-
CMYK000.360.72
HSL60º22.03%23.14%-
HSV(B)60º36.11%28.24%-
XYZ5.486.213.49-
YUV69.04115130.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.89%
GREEN value IS 72 (28.52% from 255) = 37.89%
BLUE value IS 46 (18.36% from 255) = 24.21%
R=37.89%
G=37.89%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal727246000.360.726022.0323.14
Hex48482E0024483c1617
Octal110110560044110742627
Binary100100010010001011100010010010010001111001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48482E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48482E; }

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

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

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

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

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

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

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

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