Html Css Color HEX #4D502E Waiouru

📋 copy color: '#4D502E'

red 77 ◦ green 80 ◦ blue 46

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

Shades of Waiouru #4D502E

Tints of Waiouru #4D502E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.41%

 BLUE value IS 46 (18.36% from 255) = 22.66%

R = 37.93%
G = 39.41%
B = 22.66%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#4D502E (or 0x4D502E) is known color: Waiouru. HEX triplet: 4D, 50 and 2E. RGB value is (77,80,46). Sum of RGB (Red+Green+Blue) = 77+80+46=203 (26% of max value = 765). Red value is 77 (30.47% from 255 or 37.93% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 80 - color contains mainly: green. Hex color #4D502E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D502E is #B2AFD1. Grayscale: #4B4B4B. Windows color (decimal): -11710418 or 3035213. OLE color: 3035213.

HSL color Cylindrical-coordinate representation of color #4D502E: hue angle of 65.29º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D502E is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB 77 80 46 -
CMYK 0.04 0 0.42 0.69
HSL 65.29º 0.27% 0.25% -
HSV(B) 65.29º 0.43% 0.31% -
XYZ 6.42 7.51 3.7 -
YUV 75.23 111.51 129.26 -
System Red Green Blue C M Y K H S L
Decimal 77 80 46 0.04 0 0.42 0.69 65.29 0.27 0.25
Hex 4D 50 2E 4 0 2A 45 41 1B 19
Octal 115 120 56 4 0 52 105 101 33 31
Binary 1001101 1010000 101110 100 0 101010 1000101 1000001 11011 11001

Color Harmonies of #4D502E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D502E

Black with #4D502E

Text Example


Text Example

White with #4D502E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,80,46); }

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

background-color css

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

 a { background-color: rgb(77,80,46); }

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

border-color css

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

 span { border-color: rgb(77,80,46); }

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