Html Css Color HEX #4F522C Waiouru

📋 copy color: '#4F522C'

red 79 ◦ green 82 ◦ blue 44

#4F522C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Waiouru #4F522C

Tints of Waiouru #4F522C

RGB

 RED value IS 79 (31.25% from 255) = 38.54%

 GREEN value IS 82 (32.42% from 255) = 40%

 BLUE value IS 44 (17.58% from 255) = 21.46%

R = 38.54%
G = 40%
B = 21.46%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.68

RGB Variations

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

Color information

#4F522C (or 0x4F522C) is known color: Waiouru. HEX triplet: 4F, 52 and 2C. RGB value is (79,82,44). Sum of RGB (Red+Green+Blue) = 79+82+44=205 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.54% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 82 - color contains mainly: green. Hex color #4F522C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F522C is #B0ADD3. Grayscale: #4C4C4C. Windows color (decimal): -11578836 or 2904655. OLE color: 2904655.

HSL color Cylindrical-coordinate representation of color #4F522C: hue angle of 64.74º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F522C is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB 79 82 44 -
CMYK 0.04 0 0.46 0.68
HSL 64.74º 0.3% 0.25% -
HSV(B) 64.74º 0.46% 0.32% -
XYZ 6.7 7.88 3.55 -
YUV 76.77 109.51 129.59 -
System Red Green Blue C M Y K H S L
Decimal 79 82 44 0.04 0 0.46 0.68 64.74 0.3 0.25
Hex 4F 52 2C 4 0 2E 44 41 1E 19
Octal 117 122 54 4 0 56 104 101 36 31
Binary 1001111 1010010 101100 100 0 101110 1000100 1000001 11110 11001

Color Harmonies of #4F522C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F522C

Black with #4F522C

Text Example


Text Example

White with #4F522C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,82,44); }

 H1.HeaderClassName
 {
   color: #4F522C;
 }
 .AnyTagClassName
 {
   color: #4F522C;
 }
</style>

background-color css

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

 a { background-color: rgb(79,82,44); }

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

border-color css

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

 span { border-color: rgb(79,82,44); }

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