#48482B

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

Shades of Waiouru #48482B

Tints of Waiouru #48482B

Color information

#48482B (or 0x48482B) is unknown color: approx Waiouru. HEX triplet: 48, 48 and 2B. RGB value is (72,72,43). Sum of RGB (Red+Green+Blue) = 72+72+43=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 43 (17.19% from 255 or 22.99% from 187); Max value from RGB is 72 - color contains mainly: red, green. Hex color #48482B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48482B is #B7B7D4. Grayscale: #444444. Windows color (decimal): -12040149 or 2836552. OLE color: 2836552.

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

Color convert

RGB727243-
CMYK000.400.72
HSL60º25.22%22.55%-
HSV(B)60º40.28%28.24%-
XYZ5.436.193.19-
YUV68.69113.5130.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.50%
GREEN value IS 72 (28.52% from 255) = 38.50%
BLUE value IS 43 (17.19% from 255) = 22.99%
R=38.50%
G=38.50%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal727243000.400.726025.2222.55
Hex48482B0028483c1917
Octal110110530050110743127
Binary100100010010001010110010100010010001111001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48482B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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