Html Css Color HEX #4D502B Waiouru

📋 copy color: '#4D502B'

red 77 ◦ green 80 ◦ blue 43

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

Shades of Waiouru #4D502B

Tints of Waiouru #4D502B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 21.5%

R = 38.5%
G = 40%
B = 21.5%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#4D502B (or 0x4D502B) is known color: Waiouru. HEX triplet: 4D, 50 and 2B. RGB value is (77,80,43). Sum of RGB (Red+Green+Blue) = 77+80+43=200 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.5% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 43 (17.19% from 255 or 21.5% from 200); Max value from RGB is 80 - color contains mainly: green. Hex color #4D502B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D502B is #B2AFD4. Grayscale: #4B4B4B. Windows color (decimal): -11710421 or 2838605. OLE color: 2838605.

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

Color convert

RGB 77 80 43 -
CMYK 0.04 0 0.46 0.69
HSL 64.86º 0.3% 0.24% -
HSV(B) 64.86º 0.46% 0.31% -
XYZ 6.37 7.49 3.4 -
YUV 74.89 110.01 129.51 -
System Red Green Blue C M Y K H S L
Decimal 77 80 43 0.04 0 0.46 0.69 64.86 0.3 0.24
Hex 4D 50 2B 4 0 2E 45 41 1E 18
Octal 115 120 53 4 0 56 105 101 36 30
Binary 1001101 1010000 101011 100 0 101110 1000101 1000001 11110 11000

Color Harmonies of #4D502B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D502B

Black with #4D502B

Text Example


Text Example

White with #4D502B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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