#484B27

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

Shades of Waiouru #484B27

Tints of Waiouru #484B27

Color information

#484B27 (or 0x484B27) is unknown color: approx Waiouru. HEX triplet: 48, 4B and 27. RGB value is (72,75,39). Sum of RGB (Red+Green+Blue) = 72+75+39=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 75 (29.69% from 255 or 40.32% from 186); Blue value is 39 (15.62% from 255 or 20.97% from 186); Max value from RGB is 75 - color contains mainly: green. Hex color #484B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484B27 is #B7B4D8. Grayscale: #464646. Windows color (decimal): -12039385 or 2575176. OLE color: 2575176.

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

Color convert

RGB727539-
CMYK0.0400.480.71
HSL65º31.58%22.35%-
HSV(B)65º48%29.41%-
XYZ5.556.562.89-
YUV70110.51129.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.71%
GREEN value IS 75 (29.69% from 255) = 40.32%
BLUE value IS 39 (15.62% from 255) = 20.97%
R=38.71%
G=40.32%
B=20.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7275390.0400.480.716531.5822.35
Hex484B27403047412016
Octal1101134740601071014026
Binary1001000100101110011110001100001000111100000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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