Html Css Color HEX #4F5331 Waiouru

📋 copy color: '#4F5331'

red 79 ◦ green 83 ◦ blue 49

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

Shades of Waiouru #4F5331

Tints of Waiouru #4F5331

RGB

 RED value IS 79 (31.25% from 255) = 37.44%

 GREEN value IS 83 (32.81% from 255) = 39.34%

 BLUE value IS 49 (19.53% from 255) = 23.22%

R = 37.44%
G = 39.34%
B = 23.22%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#4F5331 (or 0x4F5331) is known color: Waiouru. HEX triplet: 4F, 53 and 31. RGB value is (79,83,49). Sum of RGB (Red+Green+Blue) = 79+83+49=211 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.44% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 83 - color contains mainly: green. Hex color #4F5331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5331 is #B0ACCE. Grayscale: #4E4E4E. Windows color (decimal): -11578575 or 3232591. OLE color: 3232591.

HSL color Cylindrical-coordinate representation of color #4F5331: hue angle of 67.06º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F5331 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB 79 83 49 -
CMYK 0.05 0 0.41 0.67
HSL 67.06º 0.26% 0.26% -
HSV(B) 67.06º 0.41% 0.33% -
XYZ 6.87 8.07 4.1 -
YUV 77.93 111.67 128.76 -
System Red Green Blue C M Y K H S L
Decimal 79 83 49 0.05 0 0.41 0.67 67.06 0.26 0.26
Hex 4F 53 31 5 0 29 43 43 1A 1A
Octal 117 123 61 5 0 51 103 103 32 32
Binary 1001111 1010011 110001 101 0 101001 1000011 1000011 11010 11010

Color Harmonies of #4F5331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5331

Black with #4F5331

Text Example


Text Example

White with #4F5331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,83,49); }

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

background-color css

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

 a { background-color: rgb(79,83,49); }

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

border-color css

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

 span { border-color: rgb(79,83,49); }

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