Html Css Color HEX #4C4F27 Waiouru

📋 copy color: '#4C4F27'

red 76 ◦ green 79 ◦ blue 39

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

Shades of Waiouru #4C4F27

Tints of Waiouru #4C4F27

RGB

 RED value IS 76 (30.08% from 255) = 39.18%

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

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

R = 39.18%
G = 40.72%
B = 20.1%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.51

 K value IS 0.69

RGB Variations

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

Color information

#4C4F27 (or 0x4C4F27) is known color: Waiouru. HEX triplet: 4C, 4F and 27. RGB value is (76,79,39). Sum of RGB (Red+Green+Blue) = 76+79+39=194 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.18% from 194); Green value is 79 (31.25% from 255 or 40.72% from 194); Blue value is 39 (15.62% from 255 or 20.10% from 194); Max value from RGB is 79 - color contains mainly: green. Hex color #4C4F27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C4F27 is #B3B0D8. Grayscale: #494949. Windows color (decimal): -11776217 or 2576204. OLE color: 2576204.

HSL color Cylindrical-coordinate representation of color #4C4F27: hue angle of 64.5º 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 #4C4F27 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.69.

Color convert

RGB 76 79 39 -
CMYK 0.04 0 0.51 0.69
HSL 64.5º 0.34% 0.23% -
HSV(B) 64.5º 0.51% 0.31% -
XYZ 6.14 7.27 3 -
YUV 73.54 108.51 129.75 -
System Red Green Blue C M Y K H S L
Decimal 76 79 39 0.04 0 0.51 0.69 64.5 0.34 0.23
Hex 4C 4F 27 4 0 33 45 40 22 17
Octal 114 117 47 4 0 63 105 100 42 27
Binary 1001100 1001111 100111 100 0 110011 1000101 1000000 100010 10111

Color Harmonies of #4C4F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4F27

Black with #4C4F27

Text Example


Text Example

White with #4C4F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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