#4A4C2C

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

Shades of Waiouru #4A4C2C

Tints of Waiouru #4A4C2C

Color information

#4A4C2C (or 0x4A4C2C) is unknown color: approx Waiouru. HEX triplet: 4A, 4C and 2C. RGB value is (74,76,44). Sum of RGB (Red+Green+Blue) = 74+76+44=194 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.14% from 194); Green value is 76 (30.08% from 255 or 39.18% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 76 - color contains mainly: green. Hex color #4A4C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4C2C is #B5B3D3. Grayscale: #474747. Windows color (decimal): -11908052 or 2903114. OLE color: 2903114.

HSL color Cylindrical-coordinate representation of color #4A4C2C: hue angle of 63.75º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4A4C2C is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.70.

Color convert

RGB747644-
CMYK0.0300.420.70
HSL63.75º26.67%23.53%-
HSV(B)63.75º42.11%29.8%-
XYZ5.866.813.39-
YUV71.75112.34129.6-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 38.14%
GREEN value IS 76 (30.08% from 255) = 39.18%
BLUE value IS 44 (17.58% from 255) = 22.68%
R=38.14%
G=39.18%
B=22.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7476440.0300.420.7063.7526.6723.53
Hex4A4C2C302A46401b18
Octal1121145430521061003330
Binary10010101001100101100110101010100011010000001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,76,44); }

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

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

 a { background-color: rgb(74,76,44); }

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

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

 span { border-color: rgb(74,76,44); }

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