Html Css Color HEX #4D502D Waiouru

📋 copy color: '#4D502D'

red 77 ◦ green 80 ◦ blue 45

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

Shades of Waiouru #4D502D

Tints of Waiouru #4D502D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.28%

R = 38.12%
G = 39.6%
B = 22.28%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.44

 K value IS 0.69

RGB Variations

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

Color information

#4D502D (or 0x4D502D) is known color: Waiouru. HEX triplet: 4D, 50 and 2D. RGB value is (77,80,45). Sum of RGB (Red+Green+Blue) = 77+80+45=202 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.12% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 80 - color contains mainly: green. Hex color #4D502D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D502D is #B2AFD2. Grayscale: #4B4B4B. Windows color (decimal): -11710419 or 2969677. OLE color: 2969677.

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

Color convert

RGB 77 80 45 -
CMYK 0.04 0 0.44 0.69
HSL 65.14º 0.28% 0.25% -
HSV(B) 65.14º 0.44% 0.31% -
XYZ 6.4 7.5 3.59 -
YUV 75.11 111.01 129.35 -
System Red Green Blue C M Y K H S L
Decimal 77 80 45 0.04 0 0.44 0.69 65.14 0.28 0.25
Hex 4D 50 2D 4 0 2C 45 41 1C 19
Octal 115 120 55 4 0 54 105 101 34 31
Binary 1001101 1010000 101101 100 0 101100 1000101 1000001 11100 11001

Color Harmonies of #4D502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D502D

Black with #4D502D

Text Example


Text Example

White with #4D502D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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