Html Css Color HEX #4A4D34 Waiouru

📋 copy color: '#4A4D34'

red 74 ◦ green 77 ◦ blue 52

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

Shades of Waiouru #4A4D34

Tints of Waiouru #4A4D34

RGB

 RED value IS 74 (29.3% from 255) = 36.45%

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

 BLUE value IS 52 (20.7% from 255) = 25.62%

R = 36.45%
G = 37.93%
B = 25.62%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.32

 K value IS 0.70

RGB Variations

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

Color information

#4A4D34 (or 0x4A4D34) is known color: Waiouru. HEX triplet: 4A, 4D and 34. RGB value is (74,77,52). Sum of RGB (Red+Green+Blue) = 74+77+52=203 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.45% from 203); Green value is 77 (30.47% from 255 or 37.93% from 203); Blue value is 52 (20.70% from 255 or 25.62% from 203); Max value from RGB is 77 - color contains mainly: green. Hex color #4A4D34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A4D34 is #B5B2CB. Grayscale: #494949. Windows color (decimal): -11907788 or 3427658. OLE color: 3427658.

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

Color convert

RGB 74 77 52 -
CMYK 0.04 0 0.32 0.70
HSL 67.2º 0.19% 0.25% -
HSV(B) 67.2º 0.32% 0.3% -
XYZ 6.1 7.01 4.28 -
YUV 73.25 116.01 128.53 -
System Red Green Blue C M Y K H S L
Decimal 74 77 52 0.04 0 0.32 0.70 67.2 0.19 0.25
Hex 4A 4D 34 4 0 20 46 43 13 19
Octal 112 115 64 4 0 40 106 103 23 31
Binary 1001010 1001101 110100 100 0 100000 1000110 1000011 10011 11001

Color Harmonies of #4A4D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4D34

Black with #4A4D34

Text Example


Text Example

White with #4A4D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,77,52); }

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

background-color css

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

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

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

border-color css

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

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

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