Html Css Color HEX #4F532B Waiouru

📋 copy color: '#4F532B'

red 79 ◦ green 83 ◦ blue 43

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

Shades of Waiouru #4F532B

Tints of Waiouru #4F532B

RGB

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

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

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

R = 38.54%
G = 40.49%
B = 20.98%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#4F532B (or 0x4F532B) is known color: Waiouru. HEX triplet: 4F, 53 and 2B. RGB value is (79,83,43). Sum of RGB (Red+Green+Blue) = 79+83+43=205 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.54% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 83 - color contains mainly: green. Hex color #4F532B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F532B is #B0ACD4. Grayscale: #4D4D4D. Windows color (decimal): -11578581 or 2839375. OLE color: 2839375.

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

Color convert

RGB 79 83 43 -
CMYK 0.05 0 0.48 0.67
HSL 66º 0.32% 0.25% -
HSV(B) 66º 0.48% 0.33% -
XYZ 6.75 8.02 3.48 -
YUV 77.24 108.67 129.25 -
System Red Green Blue C M Y K H S L
Decimal 79 83 43 0.05 0 0.48 0.67 66 0.32 0.25
Hex 4F 53 2B 5 0 30 43 42 20 19
Octal 117 123 53 5 0 60 103 102 40 31
Binary 1001111 1010011 101011 101 0 110000 1000011 1000010 100000 11001

Color Harmonies of #4F532B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F532B

Black with #4F532B

Text Example


Text Example

White with #4F532B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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