#4D532C

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

Shades of Waiouru #4D532C

Tints of Waiouru #4D532C

Color information

#4D532C (or 0x4D532C) is unknown color: approx Waiouru. HEX triplet: 4D, 53 and 2C. RGB value is (77,83,44). Sum of RGB (Red+Green+Blue) = 77+83+44=204 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.75% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 83 - color contains mainly: green. Hex color #4D532C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D532C is #B2ACD3. Grayscale: #4C4C4C. Windows color (decimal): -11709652 or 2904909. OLE color: 2904909.

HSL color Cylindrical-coordinate representation of color #4D532C: hue angle of 69.23º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D532C is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB778344-
CMYK0.0700.470.67
HSL69.23º30.71%24.9%-
HSV(B)69.23º46.99%32.55%-
XYZ6.617.953.57-
YUV76.76109.51128.17-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.75%
GREEN value IS 83 (32.81% from 255) = 40.69%
BLUE value IS 44 (17.58% from 255) = 21.57%
R=37.75%
G=40.69%
B=21.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7783440.0700.470.6769.2330.7124.9
Hex4D532C702F43451f19
Octal1151235470571031053731
Binary100110110100111011001110101111100001110001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D532C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D532C; }

 p { color: rgb(77,83,44); }

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

<style>
 a { background-color: #4D532C; }

 a { background-color: rgb(77,83,44); }

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

<style>
 span { border-color: #4D532C; }

 span { border-color: rgb(77,83,44); }

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