Html Css Color HEX #4D4D28 Waiouru

📋 copy color: '#4D4D28'

red 77 ◦ green 77 ◦ blue 40

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

Shades of Waiouru #4D4D28

Tints of Waiouru #4D4D28

RGB

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

 GREEN value IS 77 (30.47% from 255) = 39.69%

 BLUE value IS 40 (16.02% from 255) = 20.62%

R = 39.69%
G = 39.69%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.48

 K value IS 0.70

RGB Variations

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

Color information

#4D4D28 (or 0x4D4D28) is known color: Waiouru. HEX triplet: 4D, 4D and 28. RGB value is (77,77,40). Sum of RGB (Red+Green+Blue) = 77+77+40=194 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.69% from 194); Green value is 77 (30.47% from 255 or 39.69% from 194); Blue value is 40 (16.02% from 255 or 20.62% from 194); Max value from RGB is 77 - color contains mainly: red, green. Hex color #4D4D28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D4D28 is #B2B2D7. Grayscale: #484848. Windows color (decimal): -11711192 or 2641229. OLE color: 2641229.

HSL color Cylindrical-coordinate representation of color #4D4D28: hue angle of 60º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D4D28 is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 77 40 -
CMYK 0 0 0.48 0.70
HSL 60º 0.32% 0.23% -
HSV(B) 60º 0.48% 0.3% -
XYZ 6.1 7.04 3.04 -
YUV 72.78 109.5 131.01 -
System Red Green Blue C M Y K H S L
Decimal 77 77 40 0 0 0.48 0.70 60 0.32 0.23
Hex 4D 4D 28 0 0 30 46 3C 20 17
Octal 115 115 50 0 0 60 106 74 40 27
Binary 1001101 1001101 101000 0 0 110000 1000110 111100 100000 10111

Color Harmonies of #4D4D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4D28

Black with #4D4D28

Text Example


Text Example

White with #4D4D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,77,40); }

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

background-color css

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

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

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

border-color css

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

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

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