Html Css Color HEX #4F522B Waiouru

📋 copy color: '#4F522B'

red 79 ◦ green 82 ◦ blue 43

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

Shades of Waiouru #4F522B

Tints of Waiouru #4F522B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.2%

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

R = 38.73%
G = 40.2%
B = 21.08%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.48

 K value IS 0.68

RGB Variations

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

Color information

#4F522B (or 0x4F522B) is known color: Waiouru. HEX triplet: 4F, 52 and 2B. RGB value is (79,82,43). Sum of RGB (Red+Green+Blue) = 79+82+43=204 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.73% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 82 - color contains mainly: green. Hex color #4F522B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F522B is #B0ADD4. Grayscale: #4C4C4C. Windows color (decimal): -11578837 or 2839119. OLE color: 2839119.

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

Color convert

RGB 79 82 43 -
CMYK 0.04 0 0.48 0.68
HSL 64.62º 0.31% 0.25% -
HSV(B) 64.62º 0.48% 0.32% -
XYZ 6.68 7.87 3.45 -
YUV 76.66 109.01 129.67 -
System Red Green Blue C M Y K H S L
Decimal 79 82 43 0.04 0 0.48 0.68 64.62 0.31 0.25
Hex 4F 52 2B 4 0 30 44 41 1F 19
Octal 117 122 53 4 0 60 104 101 37 31
Binary 1001111 1010010 101011 100 0 110000 1000100 1000001 11111 11001

Color Harmonies of #4F522B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F522B

Black with #4F522B

Text Example


Text Example

White with #4F522B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,82,43); }

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

background-color css

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

 a { background-color: rgb(79,82,43); }

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

border-color css

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

 span { border-color: rgb(79,82,43); }

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