Html Css Color HEX #4D4F27 Waiouru

📋 copy color: '#4D4F27'

red 77 ◦ green 79 ◦ blue 39

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

Shades of Waiouru #4D4F27

Tints of Waiouru #4D4F27

RGB

 RED value IS 77 (30.47% from 255) = 39.49%

 GREEN value IS 79 (31.25% from 255) = 40.51%

 BLUE value IS 39 (15.63% from 255) = 20%

R = 39.49%
G = 40.51%
B = 20%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.51

 K value IS 0.69

RGB Variations

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

Color information

#4D4F27 (or 0x4D4F27) is known color: Waiouru. HEX triplet: 4D, 4F and 27. RGB value is (77,79,39). Sum of RGB (Red+Green+Blue) = 77+79+39=195 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.49% from 195); Green value is 79 (31.25% from 255 or 40.51% from 195); Blue value is 39 (15.62% from 255 or 20% from 195); Max value from RGB is 79 - color contains mainly: green. Hex color #4D4F27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D4F27 is #B2B0D8. Grayscale: #4A4A4A. Windows color (decimal): -11710681 or 2576205. OLE color: 2576205.

HSL color Cylindrical-coordinate representation of color #4D4F27: hue angle of 63º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D4F27 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.69.

Color convert

RGB 77 79 39 -
CMYK 0.03 0 0.51 0.69
HSL 63º 0.34% 0.23% -
HSV(B) 63º 0.51% 0.31% -
XYZ 6.22 7.32 3 -
YUV 73.84 108.34 130.25 -
System Red Green Blue C M Y K H S L
Decimal 77 79 39 0.03 0 0.51 0.69 63 0.34 0.23
Hex 4D 4F 27 3 0 33 45 3F 22 17
Octal 115 117 47 3 0 63 105 77 42 27
Binary 1001101 1001111 100111 11 0 110011 1000101 111111 100010 10111

Color Harmonies of #4D4F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4F27

Black with #4D4F27

Text Example


Text Example

White with #4D4F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,79,39); }

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

background-color css

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

 a { background-color: rgb(77,79,39); }

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

border-color css

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

 span { border-color: rgb(77,79,39); }

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